In `Keyboard_Input_Procedure', the test for interrupts just before
authorChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1987 22:56:49 +0000 (22:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 30 Apr 1987 22:56:49 +0000 (22:56 +0000)
calling `getchar' was only looking for `INT_Character'.  Expand this
to include `INT_Timer' as well, since that was causing a problem for
Mitch Resnick.  Why is this restricting which interrupts it looks at?
A priori, I would think it should look at all interrupts.

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

index c754f2f516b493a7e1c917bd6e37d3fe60acec09..31ff117e83d2f2938b7358c7f74e88b3174a52e4 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 9.47 1987/04/29 13:51:11 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 9.48 1987/04/30 22:56:49 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                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     47
+#define SUBVERSION     48
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index d48fb8b5a00fc9f2efd1dde1c7dc859563ac197b..0d2ff74dda48be495da38f0852055da1fedb62c9 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 9.47 1987/04/29 13:51:11 cph Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 9.48 1987/04/30 22:56:49 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                9
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     47
+#define SUBVERSION     48
 #endif
 
 #ifndef UCODE_TABLES_FILENAME