From: Chris Hanson Date: Tue, 2 Jun 1987 12:35:17 +0000 (+0000) Subject: Fix bugs in compiled code interface variable cache code. X-Git-Tag: 20090517-FFI~13427 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c43ef80115aa1f8a043b3b8200296baf94b443c1;p=mit-scheme.git Fix bugs in compiled code interface variable cache code. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 81c7761ad..e03d2715d 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 9.61 1987/06/02 00:17:51 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.62 1987/06/02 12:35:17 cph Exp $ This file contains version information for the microcode. */ @@ -46,7 +46,7 @@ This file contains version information for the microcode. */ #define VERSION 9 #endif #ifndef SUBVERSION -#define SUBVERSION 61 +#define SUBVERSION 62 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 1338bb80d..46ef53663 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 9.61 1987/06/02 00:17:51 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.62 1987/06/02 12:35:17 cph Exp $ This file contains version information for the microcode. */ @@ -46,7 +46,7 @@ This file contains version information for the microcode. */ #define VERSION 9 #endif #ifndef SUBVERSION -#define SUBVERSION 61 +#define SUBVERSION 62 #endif #ifndef UCODE_TABLES_FILENAME