/* -*-C-*-
-$Id: interp.c,v 9.86 1996/10/02 19:01:28 cph Exp $
+$Id: interp.c,v 9.87 1997/02/12 08:23:35 cph Exp $
-Copyright (c) 1988-96 Massachusetts Institute of Technology
+Copyright (c) 1988-97 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#define obstack_chunk_free free
extern void EXFUN (back_out_of_primitive_internal, (void));
extern void EXFUN (preserve_signal_mask, (void));
+
+#ifdef COMPILE_STEPPER
+#define Microcode_Does_Stepping true
+#else
+#define Microcode_Does_Stepping false
+#endif
\f
/* In order to make the interpreter tail recursive (i.e.
* to avoid calling procedures and thus saving unnecessary
/* -*-C-*-
-$Id: scheme.h,v 9.36 1993/08/30 16:11:01 gjr Exp $
+$Id: scheme.h,v 9.37 1997/02/12 08:21:30 cph Exp $
-Copyright (c) 1987-1993 Massachusetts Institute of Technology
+Copyright (c) 1987-97 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#endif
#endif
-#ifdef COMPILE_STEPPER
-#define Microcode_Does_Stepping true
-#else
-#define Microcode_Does_Stepping false
-#endif
-
#define forward extern /* For forward references */
#include <stdio.h>
/* -*-C-*-
-$Id: interp.c,v 9.88 1996/10/02 18:57:49 cph Exp $
+$Id: interp.c,v 9.89 1997/02/12 08:21:39 cph Exp $
-Copyright (c) 1988-96 Massachusetts Institute of Technology
+Copyright (c) 1988-97 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#define obstack_chunk_free free
extern void EXFUN (back_out_of_primitive_internal, (void));
extern void EXFUN (preserve_signal_mask, (void));
+
+#ifdef COMPILE_STEPPER
+#define Microcode_Does_Stepping true
+#else
+#define Microcode_Does_Stepping false
+#endif
\f
/* In order to make the interpreter tail recursive (i.e.
* to avoid calling procedures and thus saving unnecessary