/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/interp.c,v 9.59 1990/11/21 07:04:25 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/interp.c,v 9.60 1990/11/27 19:13:48 cph Rel $
Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
break;
}
-#else No_In_Line_Lookup
+#else /* No_In_Line_Lookup */
Set_Time_Zone(Zone_Lookup);
temp = Lex_Ref(Fetch_Env(), Fetch_Expression());
if (temp == PRIM_DONE)
goto Pop_Return;
-#endif No_In_Line_Lookup
+#endif /* No_In_Line_Lookup */
/* Back out of the evaluation. */
\f
/* Interpret(), continued */
-#else No_In_Line_Lookup
+#else /* No_In_Line_Lookup */
value = Val;
Set_Time_Zone(Zone_Lookup);
break;
}
-#endif No_In_Line_Lookup
+#endif /* No_In_Line_Lookup */
Set_Time_Zone(Zone_Working);
Save_Env();
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/lookup.c,v 9.44 1990/09/17 19:54:34 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/lookup.c,v 9.45 1990/11/27 19:13:10 cph Rel $
*
* This file contains symbol lookup and modification routines. See
* Hal Abelson for a paper describing and justifying the algorithm.
#ifndef SPACE_PER_LINK /* So it can be overriden from config.h */
#define SPACE_PER_LINK 10
-#endif SPACE_PER_LINK
+#endif
\f
/* The spaces are 0 because the pairs are reused! If that ever changes,
they should all become SPACE_PER_ENTRY + curent value.
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/object.h,v 9.35 1990/09/08 00:10:33 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/object.h,v 9.36 1990/11/27 19:13:28 cph Rel $
Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
*Where++ = (MAKE_OBJECT (TC_MANIFEST_NM_VECTOR, 0)); \
}
-#else not FLOATING_ALIGNMENT
+#else /* not FLOATING_ALIGNMENT */
#define HEAP_BUFFER_SPACE (TRAP_MAX_IMMEDIATE + 1)
#define INITIAL_ALIGN_FLOAT(Where)
#define ALIGN_FLOAT(Where)
-#endif FLOATING_ALIGNMENT
+#endif /* not FLOATING_ALIGNMENT */
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/interp.c,v 9.59 1990/11/21 07:04:25 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/interp.c,v 9.60 1990/11/27 19:13:48 cph Rel $
Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
break;
}
-#else No_In_Line_Lookup
+#else /* No_In_Line_Lookup */
Set_Time_Zone(Zone_Lookup);
temp = Lex_Ref(Fetch_Env(), Fetch_Expression());
if (temp == PRIM_DONE)
goto Pop_Return;
-#endif No_In_Line_Lookup
+#endif /* No_In_Line_Lookup */
/* Back out of the evaluation. */
\f
/* Interpret(), continued */
-#else No_In_Line_Lookup
+#else /* No_In_Line_Lookup */
value = Val;
Set_Time_Zone(Zone_Lookup);
break;
}
-#endif No_In_Line_Lookup
+#endif /* No_In_Line_Lookup */
Set_Time_Zone(Zone_Working);
Save_Env();
promotional, or sales literature without prior written consent from
MIT in each case. */
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/lookup.c,v 9.44 1990/09/17 19:54:34 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/lookup.c,v 9.45 1990/11/27 19:13:10 cph Rel $
*
* This file contains symbol lookup and modification routines. See
* Hal Abelson for a paper describing and justifying the algorithm.
#ifndef SPACE_PER_LINK /* So it can be overriden from config.h */
#define SPACE_PER_LINK 10
-#endif SPACE_PER_LINK
+#endif
\f
/* The spaces are 0 because the pairs are reused! If that ever changes,
they should all become SPACE_PER_ENTRY + curent value.
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/object.h,v 9.35 1990/09/08 00:10:33 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/object.h,v 9.36 1990/11/27 19:13:28 cph Rel $
Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
*Where++ = (MAKE_OBJECT (TC_MANIFEST_NM_VECTOR, 0)); \
}
-#else not FLOATING_ALIGNMENT
+#else /* not FLOATING_ALIGNMENT */
#define HEAP_BUFFER_SPACE (TRAP_MAX_IMMEDIATE + 1)
#define INITIAL_ALIGN_FLOAT(Where)
#define ALIGN_FLOAT(Where)
-#endif FLOATING_ALIGNMENT
+#endif /* not FLOATING_ALIGNMENT */