Makefile 9.59
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 4 Dec 1987 05:16:15 +0000 (05:16 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 4 Dec 1987 05:16:15 +0000 (05:16 +0000)
Findprim.c 9.31
unix.c 9.45
cmp68020.s 9.63

Update Makefile to match the new C compiler.
Add missing declaration in Findprim.c noticed in VMS.
Invert name of cpp option in unix.c .
Fix restarting bugs in cmp68020.s .

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

index 9a20b273808c76c8473c2ea941978a92f90834c6..ac36aec7456c8f84367181ff9081c1cf2df2a878 100644 (file)
@@ -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 10.9 1987/11/23 17:35:16 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.10 1987/12/04 05:16:15 jinx Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     9
+#define SUBVERSION     10
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index f28b7a26914600c75f934ec32704ab9d58ec4725..ded72444f234789fd384f10ccb1c3bd295b29be6 100644 (file)
@@ -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 10.9 1987/11/23 17:35:16 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.10 1987/12/04 05:16:15 jinx Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     9
+#define SUBVERSION     10
 #endif
 
 #ifndef UCODE_TABLES_FILENAME