Fix typo in config.h
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 6 Aug 1987 18:05:05 +0000 (18:05 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 6 Aug 1987 18:05:05 +0000 (18:05 +0000)
Add bit-string-xor! primitive.

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

index 0380dcb81de685f7d50456f2933697d24953d42c..8e71a29c02473fcaa89620897362098bdc44962e 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.94 1987/08/06 06:07:46 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.95 1987/08/06 18:05:05 jinx 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     94
+#define SUBVERSION     95
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 2f244191cbd1d7db0c589b911ff7361affc8ca4b..b144fb2fd012228ca2708b3c59b6dc3adae62520 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.94 1987/08/06 06:07:46 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.95 1987/08/06 18:05:05 jinx 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     94
+#define SUBVERSION     95
 #endif
 
 #ifndef UCODE_TABLES_FILENAME