Fix bug in vector-cons by which it was not checking for GC.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 31 Oct 1989 12:43:08 +0000 (12:43 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 31 Oct 1989 12:43:08 +0000 (12:43 +0000)
v7/src/microcode/vector.c
v7/src/microcode/version.h
v8/src/microcode/version.h

index f56e509c68dde5cc64c77677db0305aad8a2cc16..96263714120ac3183faaa94e4b3952549d74f0e9 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/vector.c,v 9.32 1989/09/20 23:12:56 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/vector.c,v 9.33 1989/10/31 12:42:53 jinx Rel $
 
 Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology
 
@@ -103,7 +103,7 @@ DEFINE_PRIMITIVE ("VECTOR-CONS", Prim_vector_cons, 2, 2, 0)
 {
   PRIMITIVE_HEADER (2);
   PRIMITIVE_RETURN
-    (make_vector ((arg_nonnegative_integer (1)), (ARG_REF (2))));
+    (make_vector ((arg_nonnegative_integer (1)), (ARG_REF (2)), true));
 }
 
 DEFINE_PRIMITIVE ("VECTOR", Prim_vector, 0, LEXPR, 0)
index 9bdba6fbf765f6ac0382fa79135530c009806619..e4ccde11e0730041c889ef13ec0a746cca041c32 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.7 1989/10/28 15:39:06 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.8 1989/10/31 12:43:08 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     7
+#define SUBVERSION     8
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 3e0d8dfbb3b2ce213a6edc8cbcbb2f12f12a4bce..252e2a4b8167845ddebd9777ad94daa00fa20794 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.7 1989/10/28 15:39:06 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.8 1989/10/31 12:43:08 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     7
+#define SUBVERSION     8
 #endif
 
 #ifndef UCODE_TABLES_FILENAME