From: Joe Marshall Date: Wed, 8 Jun 1988 16:10:06 +0000 (+0000) Subject: Fix to bitstr.c X-Git-Tag: 20090517-FFI~12734 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=887264cc389d6e3b5d0127fb17368c0e6a211080;p=mit-scheme.git Fix to bitstr.c --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index a458e9912..b39c700a3 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.40 1988/06/05 00:59:25 mhwu Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.41 1988/06/08 16:10:06 jrm Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 40 +#define SUBVERSION 41 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index ee4e6b76a..9fc9d5944 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.40 1988/06/05 00:59:25 mhwu Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.41 1988/06/08 16:10:06 jrm Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 40 +#define SUBVERSION 41 #endif #ifndef UCODE_TABLES_FILENAME