From: Chris Hanson Date: Tue, 23 Jun 1987 22:54:01 +0000 (+0000) Subject: Define new variable `Constant_Top' to mark the upper limit of constant X-Git-Tag: 20090517-FFI~13334 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3f7e82ee8c028d5c53dc2b5b7c9a563c838cdf22;p=mit-scheme.git Define new variable `Constant_Top' to mark the upper limit of constant space. Do not use unallocated parts of constant space for the stack; the stack size is fixed at the beginning of time. This fixes a bug in which the constant space overflowed into the stack space, without signalling any error. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 42fecbbd2..914ef2894 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.73 1987/06/19 17:38:18 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.74 1987/06/23 22:54:01 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 73 +#define SUBVERSION 74 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index b7c5d39f9..4e4602dc9 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.73 1987/06/19 17:38:18 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.74 1987/06/23 22:54:01 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 73 +#define SUBVERSION 74 #endif #ifndef UCODE_TABLES_FILENAME