From: Guillermo J. Rozas Date: Tue, 23 Jan 1990 08:35:09 +0000 (+0000) Subject: Conditionalize constant space sizes for the Spectrum. X-Git-Tag: 20090517-FFI~11566 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1effaefd126b813ed968dca03f4d275e6261b23d;p=mit-scheme.git Conditionalize constant space sizes for the Spectrum. Fix floating alignment bugs. Fix bchdmp bug. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 3fbb82b42..dc47b3826 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.21 1990/01/21 23:35:13 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.22 1990/01/23 08:35:09 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 21 +#define SUBVERSION 22 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index dd0ac61a9..29f94b310 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.21 1990/01/21 23:35:13 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.22 1990/01/23 08:35:09 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 21 +#define SUBVERSION 22 #endif #ifndef UCODE_TABLES_FILENAME