From bee46bee368f0ea8e74e23073e7205994099b418 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 16 Jul 1997 02:38:57 +0000 Subject: [PATCH] Changed TC_TRUE to TC_CONSTANT. --- v7/src/microcode/lookup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1