From: Guillermo J. Rozas Date: Mon, 9 Mar 1987 23:31:19 +0000 (+0000) Subject: Make the microcode work on the Vax. X-Git-Tag: 20090517-FFI~13687 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d59fd415a17c2999deec69aefff9ccc1495583be;p=mit-scheme.git Make the microcode work on the Vax. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 4165f2b88..0aefa477c 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.30 1987/03/09 14:24:40 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.31 1987/03/09 23:31:19 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 30 +#define SUBVERSION 31 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 729f27508..317ce6728 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.30 1987/03/09 14:24:40 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.31 1987/03/09 23:31:19 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 30 +#define SUBVERSION 31 #endif #ifndef UCODE_TABLES_FILENAME