Compiler variable cache initialization routines accept the offset of
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Jun 1987 16:59:52 +0000 (16:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Jun 1987 16:59:52 +0000 (16:59 +0000)
the constant slot as a memory offset (in objects) rather than as a
vector index.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 2e03e3ac6c60e453f14c39bba75b1ac82589303c..01f65ff1a521dba4b20cc1ef361c5ac0ec9ab6e1 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/Attic/version.h,v 9.59 1987/05/31 16:57:54 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.60 1987/06/01 16:59:52 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     59
+#define SUBVERSION     60
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 96b4cca5f0eca31e71545eba1944fb0536164ade..d56a94a66e4261ab5bb885a99042739fc34b85e1 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/v8/src/microcode/version.h,v 9.59 1987/05/31 16:57:54 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.60 1987/06/01 16:59:52 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     59
+#define SUBVERSION     60
 #endif
 
 #ifndef UCODE_TABLES_FILENAME