From: Guillermo J. Rozas Date: Tue, 7 Jul 1987 14:13:22 +0000 (+0000) Subject: Minor changes to unix.c, future.c, default.h, and lookup.h . X-Git-Tag: 20090517-FFI~13286 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e30e096b812946c166c46ec32cc8ed7cc66f4d47;p=mit-scheme.git Minor changes to unix.c, future.c, default.h, and lookup.h . --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index d2b7f807b..499a102dc 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.76 1987/07/03 21:56:53 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.77 1987/07/07 14:13:22 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 76 +#define SUBVERSION 77 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index fdf6fca29..ba8a06198 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.76 1987/07/03 21:56:53 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.77 1987/07/07 14:13:22 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 76 +#define SUBVERSION 77 #endif #ifndef UCODE_TABLES_FILENAME