From: Stephen Adams Date: Wed, 16 Jul 1997 02:38:57 +0000 (+0000) Subject: Changed TC_TRUE to TC_CONSTANT. X-Git-Tag: 20090517-FFI~5047 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bee46bee368f0ea8e74e23073e7205994099b418;p=mit-scheme.git Changed TC_TRUE to TC_CONSTANT. --- diff --git a/v7/src/microcode/lookup.h b/v7/src/microcode/lookup.h index 5da5713e5..8f7daf410 100644 --- a/v7/src/microcode/lookup.h +++ b/v7/src/microcode/lookup.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: lookup.h,v 9.49 1996/10/02 19:01:38 cph Exp $ +$Id: lookup.h,v 9.50 1997/07/16 02:38:57 adams Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -65,7 +65,7 @@ extern SCHEME_OBJECT #define GLOBAL_REF TC_UNINTERNED_SYMBOL #define FORMAL_REF TC_CHARACTER #define AUX_REF TC_FIXNUM -#define UNCOMPILED_REF TC_TRUE +#define UNCOMPILED_REF TC_CONSTANT /* Common constants. */ @@ -79,7 +79,7 @@ extern SCHEME_OBJECT #define UNCOMPILED_VARIABLE 0x20000000 #endif -#if (TC_TRUE != 0x08) +#if (TC_CONSTANT != 0x08) #include "error:lookup.h and types.h are inconsistent" #endif