From: Guillermo J. Rozas Date: Fri, 26 May 1989 20:22:19 +0000 (+0000) Subject: Fix many little bugs found when porting to the PMAX and at various X-Git-Tag: 20090517-FFI~12035 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=20d53562e3deaa069797f8ed35efb6b49c98396f;p=mit-scheme.git Fix many little bugs found when porting to the PMAX and at various other times. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 5b5ecb1a6..3f7545437 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.77 1989/05/16 16:40:54 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.78 1989/05/26 20:22:19 jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 77 +#define SUBVERSION 78 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 18d0eebbc..ee76d97f2 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.77 1989/05/16 16:40:54 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.78 1989/05/26 20:22:19 jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 77 +#define SUBVERSION 78 #endif #ifndef UCODE_TABLES_FILENAME