Two bugs:
authorChris Hanson <org/chris-hanson/cph>
Fri, 17 Apr 1987 10:21:49 +0000 (10:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 17 Apr 1987 10:21:49 +0000 (10:21 +0000)
1. When searching the formals list in `extend_frame', the variable
`scan' was not being incremented.

2. The primitive procedure `lexical-unassigned?' should signal an
error if the argument variable is unbound.

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

index b38883433b9a83ceb86afee7d6bc37dd438008be..e3b78c5c1de4ae0712cf9fb51b2b4fb7667502a3 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.41 1987/04/17 04:03:23 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.42 1987/04/17 10:21:49 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                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     41
+#define SUBVERSION     42
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 7320e9d89cc25ee4419aa9971f34ce73715a3124..c625200972b96a3fc5174460d5f837baf5198e7c 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.41 1987/04/17 04:03:23 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.42 1987/04/17 10:21:49 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                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     41
+#define SUBVERSION     42
 #endif
 
 #ifndef UCODE_TABLES_FILENAME