From: Chris Hanson <org/chris-hanson/cph>
Date: Sun, 11 Jan 1987 09:08:33 +0000 (+0000)
Subject: Primitive `file-write-char' was unable to write out the character
X-Git-Tag: 20090517-FFI~13749
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f1957985ce170d5b7645a2ee51138dd26bbd232a;p=mit-scheme.git

Primitive `file-write-char' was unable to write out the character
#\M-Rubout, because of the standard problem.
---

diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h
index 0b995a09c..b03b75191 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 5.7 1987/01/09 20:21:06 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 5.8 1987/01/11 09:08:33 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	16
+#define SUBVERSION	17
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h
index 3188693d9..2b7c6c0b2 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 5.7 1987/01/09 20:21:06 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 5.8 1987/01/11 09:08:33 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	16
+#define SUBVERSION	17
 #endif
 
 #ifndef UCODE_TABLES_FILENAME