/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdmp.c,v 9.58 1991/11/04 16:49:52 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdmp.c,v 9.59 1992/02/03 22:40:39 jinx Exp $
-Copyright (c) 1987-1991 Massachusetts Institute of Technology
+Copyright (c) 1987-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
Free = saved_free;
restore_gc_file ();
-#if true
+#if TRUE
{
extern int EXFUN (ftruncate, (int, unsigned long));
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bintopsb.c,v 9.48 1991/03/24 01:22:54 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bintopsb.c,v 9.49 1992/02/03 22:38:18 jinx Exp $
-Copyright (c) 1987, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1987-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
result += Heap_Relocation;
}
-#if false
+#if FALSE
/* Currently constant space is not supported */
Free_Cobjects = &Mem_Base[Const_Count + Free_Constant];
Constant_Objects = 0;
-#if true
+#if TRUE
Do_Area (HEAP_CODE, Scan, Free, Objects, Free_Objects);
WRITE_HEADER ("CPU type", "%ld", dumped_processor_type);
WRITE_HEADER ("Compiled code interface version", "%ld",
dumped_interface_version);
-#if false
+#if FALSE
WRITE_HEADER ("Compiler utilities vector", "%ld",
(OBJECT_DATUM (dumped_utilities)));
#endif
print_external_objects (&Mem_Base[Initial_Free + Heap_Count],
Objects);
-#if false
+#if FALSE
print_external_objects (&Mem_Base[Pure_Objects_Start],
Pure_Objects);
print_objects (&Mem_Base[NROOTS], &Mem_Base[Free]);
-#if false
+#if FALSE
print_objects (&Mem_Base[Pure_Start], &Mem_Base[Free_Pure]);
print_objects (&Mem_Base[Constant_Start], &Mem_Base[Free_Constant]);
#endif
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/bintopsb.c,v 9.48 1991/03/24 01:22:54 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/bintopsb.c,v 9.49 1992/02/03 22:38:18 jinx Exp $
-Copyright (c) 1987, 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1987-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
result += Heap_Relocation;
}
-#if false
+#if FALSE
/* Currently constant space is not supported */
Free_Cobjects = &Mem_Base[Const_Count + Free_Constant];
Constant_Objects = 0;
-#if true
+#if TRUE
Do_Area (HEAP_CODE, Scan, Free, Objects, Free_Objects);
WRITE_HEADER ("CPU type", "%ld", dumped_processor_type);
WRITE_HEADER ("Compiled code interface version", "%ld",
dumped_interface_version);
-#if false
+#if FALSE
WRITE_HEADER ("Compiler utilities vector", "%ld",
(OBJECT_DATUM (dumped_utilities)));
#endif
print_external_objects (&Mem_Base[Initial_Free + Heap_Count],
Objects);
-#if false
+#if FALSE
print_external_objects (&Mem_Base[Pure_Objects_Start],
Pure_Objects);
print_objects (&Mem_Base[NROOTS], &Mem_Base[Free]);
-#if false
+#if FALSE
print_objects (&Mem_Base[Pure_Start], &Mem_Base[Free_Pure]);
print_objects (&Mem_Base[Constant_Start], &Mem_Base[Free_Constant]);
#endif