From c8575be8bece4d876240cab2125f80be72346c67 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 3 Apr 1990 00:04:44 +0000 Subject: [PATCH] Add typedef of format_word when not HAS_COMPILER_SUPPORT. It should never be used, but the macro stubs should guarantee this. --- v7/src/microcode/cmpgc.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/cmpgc.h b/v7/src/microcode/cmpgc.h index 7b60f3ba9..3ae040558 100644 --- a/v7/src/microcode/cmpgc.h +++ b/v7/src/microcode/cmpgc.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, 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/cmpgc.h,v 1.9 1989/11/27 20:21:00 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpgc.h,v 1.10 1990/04/03 00:04:44 jinx Exp $ Utilities to relocate compiled code in garbage collection-like processes. @@ -268,7 +268,7 @@ MAKE_POINTER_OBJECT((OBJECT_TYPE(object)), \ { \ STORE_EXECUTE_CACHE_ADDRESS (target, source); \ } - + /* Heuristic recovery aid. See unix.c for details. */ #define CC_BLOCK_FIRST_GC_OFFSET \ @@ -281,6 +281,10 @@ MAKE_POINTER_OBJECT((OBJECT_TYPE(object)), \ #else /* not HAS_COMPILER_SUPPORT */ +/* This can be anything. */ + +typedef unsigned short format_word; + /* Is there anything else that can be done here? */ #define GC_NO_COMPILER_STMT() \ -- 2.25.1