From: Guillermo J. Rozas Date: Wed, 4 May 1988 19:22:12 +0000 (+0000) Subject: 1) Change -compiler to default parameters, so that they can be X-Git-Tag: 20090517-FFI~12778 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=25e63c77cb99a124852e765c42df102ef7320002;p=mit-scheme.git 1) Change -compiler to default parameters, so that they can be overriden with -band, -heap, etc. 2) Add double MC68881 code in hand-coded generic arithmetic for use by compiled code. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 83614034c..03109c115 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 10.34 1988/05/03 19:22:09 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.35 1988/05/04 19:22:12 jinx Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 34 +#define SUBVERSION 35 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index bc52f5801..c72aa086d 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 10.34 1988/05/03 19:22:09 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.35 1988/05/04 19:22:12 jinx Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 34 +#define SUBVERSION 35 #endif #ifndef UCODE_TABLES_FILENAME