/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.h,v 9.43 1992/01/15 17:21:50 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.h,v 9.44 1992/02/03 23:26:46 jinx Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
extern void EXFUN (Allocate_New_Stacklet, (long));
#endif
-#if false
+#if FALSE
extern void EXFUN (Clear_Perfinfo_Data, (void));
#endif
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/interp.c,v 9.64 1991/10/29 22:55:11 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/interp.c,v 9.65 1992/02/03 23:31:14 jinx Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
switch (OBJECT_TYPE (Fetch_Expression()))
{
default:
-#if false
+#if FALSE
Eval_Error(ERR_UNDEFINED_USER_TYPE);
#else
/* fall through to self evaluating. */
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/lookup.c,v 9.49 1992/01/15 04:37:54 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/lookup.c,v 9.50 1992/02/03 23:32:09 jinx Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
}
}
\f
-#if true
+#if TRUE
/* The code below must complete to keep the data structures consistent.
Thus instead of checking for GC overflow at each allocation, we check
{
SCHEME_OBJECT new_trap;
-#if false
+#if FALSE
/* This is included in the check above. */
if (GC_allocate_test (9))
{
store_extension = (FAST_MEMORY_REF (extension, TRAP_EXTENSION_CLONE));
if (store_extension == SHARP_F)
{
-#if false
+#if FALSE
/* This is included in the check above. */
if (GC_allocate_test (4))
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/mul.c,v 9.31 1992/01/16 01:51:44 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/mul.c,v 9.32 1992/02/03 23:33:05 jinx Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
register long A = (FIXNUM_TO_LONG (Arg1));
register long B = (FIXNUM_TO_LONG (Arg2));
#if __GNUC__
-#if 0
+#if FALSE
/* GCC isn't yet efficient enough with `long long' -- KR. */
{
register long long X;
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/primutl.c,v 9.53 1991/10/29 22:55:11 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/primutl.c,v 9.54 1992/02/03 23:35:09 jinx Exp $
-Copyright (c) 1988-1991 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
It is really the index of the last valid entry.
*/
-#if false
+#if FALSE
/* This version performs an expensive linear search. */
return ((long) (-1));
}
-#else /* not false */
+#else /* not FALSE */
\f
/* This version performs a log (base 2) search.
The table is assumed to be ordered alphabetically.
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/purutl.c,v 9.42 1991/08/06 15:13:54 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/purutl.c,v 9.43 1992/02/03 23:37:07 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
case TC_MANIFEST_NM_VECTOR:
case TC_MANIFEST_SPECIAL_NM_VECTOR:
case_Non_Pointer:
-#if false
+#if FALSE
fprintf(stderr, "\nImpurify Non-Pointer (0x%lx)\n", Object);
Microcode_Termination(TERM_NON_POINTER_RELOCATION);
/* fall through */
while (where >= low_constant)
{
-#if 0
+#if FALSE
/* Skip backwards over turds left over by ALIGN_FLOAT */
/* This should be #ifdef FLOATING_ALIGNMENT, but
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/storage.c,v 9.47 1990/10/03 15:15:05 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/storage.c,v 9.48 1992/02/03 23:39:19 jinx Exp $
-Copyright (c) 1987, 1988, 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
int local_slotno = 0;
int local_nslots = 0;
-#if false /* MHWU */
+#if FALSE /* MHWU */
int debug_circle[debug_maxslots];
int local_circle[debug_maxslots];
#endif /* false */
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/interp.c,v 9.64 1991/10/29 22:55:11 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/interp.c,v 9.65 1992/02/03 23:31:14 jinx Exp $
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-92 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
switch (OBJECT_TYPE (Fetch_Expression()))
{
default:
-#if false
+#if FALSE
Eval_Error(ERR_UNDEFINED_USER_TYPE);
#else
/* fall through to self evaluating. */
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/lookup.c,v 9.49 1992/01/15 04:37:54 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/lookup.c,v 9.50 1992/02/03 23:32:09 jinx Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
}
}
\f
-#if true
+#if TRUE
/* The code below must complete to keep the data structures consistent.
Thus instead of checking for GC overflow at each allocation, we check
{
SCHEME_OBJECT new_trap;
-#if false
+#if FALSE
/* This is included in the check above. */
if (GC_allocate_test (9))
{
store_extension = (FAST_MEMORY_REF (extension, TRAP_EXTENSION_CLONE));
if (store_extension == SHARP_F)
{
-#if false
+#if FALSE
/* This is included in the check above. */
if (GC_allocate_test (4))
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/mul.c,v 9.31 1992/01/16 01:51:44 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/mul.c,v 9.32 1992/02/03 23:33:05 jinx Exp $
Copyright (c) 1987-92 Massachusetts Institute of Technology
register long A = (FIXNUM_TO_LONG (Arg1));
register long B = (FIXNUM_TO_LONG (Arg2));
#if __GNUC__
-#if 0
+#if FALSE
/* GCC isn't yet efficient enough with `long long' -- KR. */
{
register long long X;