Define new type code for compiled code blocks to guarantee that they
authorChris Hanson <org/chris-hanson/cph>
Fri, 5 Jun 1987 18:04:01 +0000 (18:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 5 Jun 1987 18:04:01 +0000 (18:04 +0000)
are not put in pure space.

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

index de6bb6f3d107824e5e48a6f923f8d5fa7c79691e..93ea90d7f91506ffae8078a46f70b9c595c30af5 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.64 1987/06/05 04:16:55 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.65 1987/06/05 18:04:01 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     64
+#define SUBVERSION     65
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 9add310998c22d98888ccf1f0ebcca47b8b421df..168226449ab34eb8fcc81d9a469f345047112e0c 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.64 1987/06/05 04:16:55 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.65 1987/06/05 18:04:01 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     64
+#define SUBVERSION     65
 #endif
 
 #ifndef UCODE_TABLES_FILENAME