From: Guillermo J. Rozas Date: Thu, 9 Apr 1987 21:04:55 +0000 (+0000) Subject: Various changes to make it run on the hp9000s500. X-Git-Tag: 20090517-FFI~13644 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d1857d5659309a2d7c82383ac3b8eb157a0d0616;p=mit-scheme.git Various changes to make it run on the hp9000s500. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 2f7a61984..364e8f90a 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 9.36 1987/04/06 12:50:19 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.37 1987/04/09 21:04:55 jinx Exp $ This file contains version information for the microcode. */ @@ -46,7 +46,7 @@ This file contains version information for the microcode. */ #define VERSION 9 #endif #ifndef SUBVERSION -#define SUBVERSION 36 +#define SUBVERSION 37 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 9c8402273..e6faa982a 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 9.36 1987/04/06 12:50:19 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.37 1987/04/09 21:04:55 jinx Exp $ This file contains version information for the microcode. */ @@ -46,7 +46,7 @@ This file contains version information for the microcode. */ #define VERSION 9 #endif #ifndef SUBVERSION -#define SUBVERSION 36 +#define SUBVERSION 37 #endif #ifndef UCODE_TABLES_FILENAME