From: Chris Hanson Date: Fri, 5 Jun 1987 18:04:01 +0000 (+0000) Subject: Define new type code for compiled code blocks to guarantee that they X-Git-Tag: 20090517-FFI~13408 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2bcd4b3f15ff8c732ac1bd191c6c9a2ee1274b11;p=mit-scheme.git Define new type code for compiled code blocks to guarantee that they are not put in pure space. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index de6bb6f3d..93ea90d7f 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.64 1987/06/05 04:16:55 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.65 1987/06/05 18:04: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 64 +#define SUBVERSION 65 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 9add31099..168226449 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.64 1987/06/05 04:16:55 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.65 1987/06/05 18:04: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 64 +#define SUBVERSION 65 #endif #ifndef UCODE_TABLES_FILENAME