to be deleted when the microcode exits.
/* -*-C-*-
-$Id: boot.c,v 9.86 1993/10/26 03:04:06 jawilson Exp $
+$Id: boot.c,v 9.87 1993/11/08 20:38:25 cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
FAST_VECTOR_SET (fixed_objects_vector, State_Space_Tag, SHARP_T);
FAST_VECTOR_SET (fixed_objects_vector, Bignum_One, (long_to_bignum (1)));
FAST_VECTOR_SET (fixed_objects_vector, FIXOBJ_EDWIN_AUTO_SAVE, EMPTY_LIST);
+ FAST_VECTOR_SET (fixed_objects_vector, FIXOBJ_FILES_TO_DELETE, EMPTY_LIST);
(*Free++) = EMPTY_LIST;
(*Free++) = EMPTY_LIST;
/* -*-C-*-
-$Id: fixobj.h,v 9.35 1993/09/11 02:45:53 gjr Exp $
+$Id: fixobj.h,v 9.36 1993/11/08 20:38:05 cph Exp $
Copyright (c) 1987-1993 Massachusetts Institute of Technology
#define FIXOBJ_EDWIN_AUTO_SAVE 0x0D /* Files to save if fatal error. */
#define Stepper_State 0x0E /* UNUSED in CScheme. */
#define Fixed_Objects_Slots 0x0F /* Names of these slots. */
-/* UNUSED slot 0x10 used to be
- External_Primitives Names of external prims. */
+#define FIXOBJ_FILES_TO_DELETE 0x10 /* Temporary files to delete. */
#define State_Space_Tag 0x11 /* Tag for state spaces. */
#define State_Point_Tag 0x12 /* Tag for state points. */
#define Dummy_History 0x13 /* Empty history structure. */
;;; -*-Scheme-*-
;;;
-;;; $Id: utabmd.scm,v 9.71 1993/09/11 02:45:59 gjr Exp $
+;;; $Id: utabmd.scm,v 9.72 1993/11/08 20:38:11 cph Exp $
;;;
;;; Copyright (c) 1987-1993 Massachusetts Institute of Technology
;;;
EDWIN-AUTO-SAVE ;0D
STEPPER-STATE ;0E
MICROCODE-FIXED-OBJECTS-SLOTS ;0F
- #F ;10
+ FILES-TO-DELETE ;10
STATE-SPACE-TAG ;11
STATE-POINT-TAG ;12
DUMMY-HISTORY ;13
;;; This identification string is saved by the system.
-"$Id: utabmd.scm,v 9.71 1993/09/11 02:45:59 gjr Exp $"
\ No newline at end of file
+"$Id: utabmd.scm,v 9.72 1993/11/08 20:38:11 cph Exp $"
\ No newline at end of file
/* -*-C-*-
-$Id: fixobj.h,v 9.35 1993/09/11 02:45:53 gjr Exp $
+$Id: fixobj.h,v 9.36 1993/11/08 20:38:05 cph Exp $
Copyright (c) 1987-1993 Massachusetts Institute of Technology
#define FIXOBJ_EDWIN_AUTO_SAVE 0x0D /* Files to save if fatal error. */
#define Stepper_State 0x0E /* UNUSED in CScheme. */
#define Fixed_Objects_Slots 0x0F /* Names of these slots. */
-/* UNUSED slot 0x10 used to be
- External_Primitives Names of external prims. */
+#define FIXOBJ_FILES_TO_DELETE 0x10 /* Temporary files to delete. */
#define State_Space_Tag 0x11 /* Tag for state spaces. */
#define State_Point_Tag 0x12 /* Tag for state points. */
#define Dummy_History 0x13 /* Empty history structure. */
;;; -*-Scheme-*-
;;;
-;;; $Id: utabmd.scm,v 9.71 1993/09/11 02:45:59 gjr Exp $
+;;; $Id: utabmd.scm,v 9.72 1993/11/08 20:38:11 cph Exp $
;;;
;;; Copyright (c) 1987-1993 Massachusetts Institute of Technology
;;;
EDWIN-AUTO-SAVE ;0D
STEPPER-STATE ;0E
MICROCODE-FIXED-OBJECTS-SLOTS ;0F
- #F ;10
+ FILES-TO-DELETE ;10
STATE-SPACE-TAG ;11
STATE-POINT-TAG ;12
DUMMY-HISTORY ;13
;;; This identification string is saved by the system.
-"$Id: utabmd.scm,v 9.71 1993/09/11 02:45:59 gjr Exp $"
\ No newline at end of file
+"$Id: utabmd.scm,v 9.72 1993/11/08 20:38:11 cph Exp $"
\ No newline at end of file