From: Chris Hanson Date: Fri, 6 Jan 1995 23:58:17 +0000 (+0000) Subject: Don't enable interrupts which currently have no handlers. X-Git-Tag: 20090517-FFI~6777 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=584f7ade9ae60f474da6a717faa73d70d34528da;p=mit-scheme.git Don't enable interrupts which currently have no handlers. --- diff --git a/v7/src/microcode/os2ctty.c b/v7/src/microcode/os2ctty.c index 147f705e1..d882c959e 100644 --- a/v7/src/microcode/os2ctty.c +++ b/v7/src/microcode/os2ctty.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2ctty.c,v 1.2 1995/01/06 23:54:53 cph Exp $ +$Id: os2ctty.c,v 1.3 1995/01/06 23:58:17 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -43,7 +43,7 @@ MIT in each case. */ #define INTERACTIVE_INTERRUPT_ENABLE (0x10) #define TERMINATE_INTERRUPT_ENABLE (0x20) -#define ALL_ENABLES +#define ALL_ENABLES \ (CONTROL_B_ENABLE | CONTROL_G_ENABLE | CONTROL_U_ENABLE | CONTROL_X_ENABLE) #define CONTROL_B '\002'