From: Guillermo J. Rozas Date: Fri, 4 Dec 1987 05:16:15 +0000 (+0000) Subject: Makefile 9.59 X-Git-Tag: 20090517-FFI~13028 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9d0ae9deeb89182ee328841235290a3e6ab0294a;p=mit-scheme.git Makefile 9.59 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 . --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 9a20b2738..ac36aec74 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 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. */ @@ -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 diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index f28b7a269..ded72444f 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 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. */ @@ -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