From: Chris Hanson <org/chris-hanson/cph>
Date: Wed, 23 Dec 1987 03:46:10 +0000 (+0000)
Subject: Implement `vector' primitive.  Add some machinery to facilitate
X-Git-Tag: 20090517-FFI~12976
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cc149e978296db34553375830cd9ba6ddb9d6881;p=mit-scheme.git

Implement `vector' primitive.  Add some machinery to facilitate
definition of other lexpr primitives.
---

diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h
index 19c26e9ec..0ac4de5d0 100644
--- a/v7/src/microcode/version.h
+++ b/v7/src/microcode/version.h
@@ -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. */
 
@@ -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
diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h
index 0d9996ab1..dfc000e8c 100644
--- a/v8/src/microcode/version.h
+++ b/v8/src/microcode/version.h
@@ -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. */
 
@@ -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