Fix comentry_lexpr_apply. The number of arguments passed to it does
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 12 Jun 1989 17:36:03 +0000 (17:36 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 12 Jun 1989 17:36:03 +0000 (17:36 +0000)
not include the procedure, while invoke_lexpr expects it to be
included.

Bump the compiler's default constant space size.

Change the normal termination message.

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

index 9aeb4597222668e13a1597d0997b5b8437f51c6e..2ee8a3449076662e0452946ef5b48ba34be02729 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.82 1989/06/08 00:26:10 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.83 1989/06/12 17:36:03 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     82
+#define SUBVERSION     83
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 9a8b7f9fc4700f0d9b0efb941dd45878f60203cf..b9201f401a0c25b9f874266e014b1f0a52bbaa01 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.82 1989/06/08 00:26:10 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.83 1989/06/12 17:36:03 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -46,7 +46,7 @@ MIT in each case. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     82
+#define SUBVERSION     83
 #endif
 
 #ifndef UCODE_TABLES_FILENAME