Implement `vector' primitive. Add some machinery to facilitate
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Dec 1987 03:46:10 +0000 (03:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Dec 1987 03:46:10 +0000 (03:46 +0000)
definition of other lexpr primitives.

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

index 19c26e9ec9312340a662b312b399d7a3a2b1a3e4..0ac4de5d0b2ac61196892657b52f35bca668873e 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 10.16 1987/12/18 00:02:45 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.17 1987/12/23 03:46:10 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                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     16
+#define SUBVERSION     17
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 0d9996ab1e44e8eeccc087ef7cbfb48b5c05b920..dfc000e8c9a1eccd332ef326cdc9bb664a93c691 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 10.16 1987/12/18 00:02:45 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.17 1987/12/23 03:46:10 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                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     16
+#define SUBVERSION     17
 #endif
 
 #ifndef UCODE_TABLES_FILENAME