Add typedef of format_word when not HAS_COMPILER_SUPPORT.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 3 Apr 1990 00:04:44 +0000 (00:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 3 Apr 1990 00:04:44 +0000 (00:04 +0000)
It should never be used, but the macro stubs should guarantee this.

v7/src/microcode/cmpgc.h

index 7b60f3ba9057fe8cbab4cf14539fe404076db5a8..3ae040558deb6acced08d137c2c39639e2748a0e 100644 (file)
@@ -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);                                \
 }
-\f
+
 /* Heuristic recovery aid.  See unix.c for details. */
 
 #define CC_BLOCK_FIRST_GC_OFFSET                                       \
@@ -281,6 +281,10 @@ MAKE_POINTER_OBJECT((OBJECT_TYPE(object)),                         \
 \f
 #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()                                          \