1) Change -compiler to default parameters, so that they can be
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 4 May 1988 19:22:12 +0000 (19:22 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 4 May 1988 19:22:12 +0000 (19:22 +0000)
overriden with -band, -heap, etc.

2) Add double MC68881 code in hand-coded generic arithmetic for use by
compiled code.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 83614034cdb2db08c41ed9e70f31281f07a37f74..03109c115592813dced3ffca6bf8e4b636183d74 100644 (file)
@@ -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
index bc52f5801dd7dee729bdee87fd8c0742e4c20dd0..c72aa086d301a45deb8d33e9a5a91a6b5dfb6ca9 100644 (file)
@@ -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