Fix bug in purify by which the end of block marker was lost/garbled if it
authorChris Hanson <org/chris-hanson/cph>
Wed, 17 Jun 1987 01:17:31 +0000 (01:17 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 17 Jun 1987 01:17:31 +0000 (01:17 +0000)
overflowed the window into the gc file.

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

index fba9584874f067799f3e7d04a47b4b81ddfaa34f..88dcb4d1f865706c75e87e74663482691d88375b 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.70 1987/06/16 04:19:53 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.71 1987/06/17 01:17:31 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     70
+#define SUBVERSION     71
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 12f3bffc95730cf8f748662401b1ebe2d700fa43..85babc6b49b49b495b570b02693cf71d67ee5511 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.70 1987/06/16 04:19:53 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.71 1987/06/17 01:17:31 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     70
+#define SUBVERSION     71
 #endif
 
 #ifndef UCODE_TABLES_FILENAME