Reimplement `read' and `write' primitives to do retries in the case of
authorChris Hanson <org/chris-hanson/cph>
Fri, 26 Feb 1988 18:11:25 +0000 (18:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 26 Feb 1988 18:11:25 +0000 (18:11 +0000)
interrupts or premature completion.

v7/src/microcode/version.h
v8/src/microcode/version.h

index abfa31a1c660506a3961f2091759ed03c7d1ced9..703985667c38c92ba8f7cb5d4154e43f3a037c2a 100644 (file)
@@ -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 10.25 1988/02/22 22:15:35 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.26 1988/02/26 18:11:25 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     25
+#define SUBVERSION     26
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index 12490eecbbf3bbd3bb99c8d403d6d7ff0199b4ec..4487f57e5912ddbfa5ca922093252071c7ed0f4f 100644 (file)
@@ -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 10.25 1988/02/22 22:15:35 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.26 1988/02/26 18:11:25 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     25
+#define SUBVERSION     26
 #endif
 
 #ifndef UCODE_TABLES_FILENAME