From: Guillermo J. Rozas Date: Sun, 21 Jan 1990 23:35:13 +0000 (+0000) Subject: Fix relocation bug in fasload.c X-Git-Tag: 20090517-FFI~11579 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2a8784a7b6bfdf7dd6f94522f4c3f37bcf25ff23;p=mit-scheme.git Fix relocation bug in fasload.c --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 0195eb6e3..3fbb82b42 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 11.20 1990/01/18 19:18:20 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.21 1990/01/21 23:35:13 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 20 +#define SUBVERSION 21 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 29b89e91f..dd0ac61a9 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 11.20 1990/01/18 19:18:20 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.21 1990/01/21 23:35:13 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 20 +#define SUBVERSION 21 #endif #ifndef UCODE_TABLES_FILENAME