From: Chris Hanson Date: Sat, 7 Mar 1987 11:44:20 +0000 (+0000) Subject: Fix read-char-ready? for hpux. X-Git-Tag: 20090517-FFI~13693 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e6f6713dd633414cb49e61e345ac7f7733987798;p=mit-scheme.git Fix read-char-ready? for hpux. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index f286c51cd..34aa212c4 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.28 1987/02/15 16:09:24 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.29 1987/03/07 11:44:20 cph 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 28 +#define SUBVERSION 29 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 690e94c60..4b7de88b7 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.28 1987/02/15 16:09:24 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.29 1987/03/07 11:44:20 cph 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 28 +#define SUBVERSION 29 #endif #ifndef UCODE_TABLES_FILENAME