From 7e89cf1d08337d9908aa01dfe7f096199b1429cd Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 22 Nov 1993 00:33:04 +0000 Subject: [PATCH] Define macros not present when there is no compiled code support. --- v7/src/microcode/cmpgc.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/cmpgc.h b/v7/src/microcode/cmpgc.h index e4471851b..f1e79ae52 100644 --- a/v7/src/microcode/cmpgc.h +++ b/v7/src/microcode/cmpgc.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: cmpgc.h,v 1.25 1993/11/09 08:31:11 gjr Exp $ +$Id: cmpgc.h,v 1.26 1993/11/22 00:33:04 gjr Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -415,9 +415,13 @@ typedef unsigned short format_word; ((GC_NO_COMPILER_STMT ()), (value_type 0)) #define RELOCATE_COMPILED(obj, nb, ob) (GC_NO_COMPILER_EXPR ((SCHEME_OBJECT))) +#define RELOCATE_COMPILED_RAW_ADDRESS(ad,nb,ob) \ + (GC_NO_COMPILER_EXPR ((SCHEME_OBJECT))) #define Transport_Compiled() (GC_NO_COMPILER_STMT ()) +#define TRANSPORT_RAW_COMPILED() (GC_NO_COMPILER_STMT ()) #define Compiled_BH(flag, then_what) (GC_NO_COMPILER_STMT ()) +#define RAW_COMPILED_BH(flag, then_what) (GC_NO_COMPILER_STMT ()) #define Get_Compiled_Block(var, address) (GC_NO_COMPILER_STMT ()) #define FIRST_MANIFEST_CLOSURE_ENTRY(scan) \ -- 2.25.1