From: Chris Hanson Date: Sat, 15 Apr 1989 01:16:36 +0000 (+0000) Subject: Fix typo in `scan-sexps-forward'. X-Git-Tag: 20090517-FFI~12186 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c219c479ffbac82bd99f88b84b593080a34fc671;p=mit-scheme.git Fix typo in `scan-sexps-forward'. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index b3d9bb154..23a34dc8b 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.70 1989/03/27 23:17:29 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.71 1989/04/15 01:16:36 cph 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 70 +#define SUBVERSION 71 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 7a79a8ba9..7fb6dd304 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.70 1989/03/27 23:17:29 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.71 1989/04/15 01:16:36 cph 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 70 +#define SUBVERSION 71 #endif #ifndef UCODE_TABLES_FILENAME