projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de17aa9
)
Reduce catatonia timer to 15 sec.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 7 Sep 1993 19:03:46 +0000
(19:03 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Tue, 7 Sep 1993 19:03:46 +0000
(19:03 +0000)
v7/src/microcode/ntsig.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ntsig.c
b/v7/src/microcode/ntsig.c
index b4cd1c0bcf01a02d20196f5b25d20f59c2fa1aa1..ca31944d264e921966b70485283771a2855ecd97 100644
(file)
--- a/
v7/src/microcode/ntsig.c
+++ b/
v7/src/microcode/ntsig.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ntsig.c,v 1.1
0 1993/09/04 07:08:22
gjr Exp $
+$Id: ntsig.c,v 1.1
1 1993/09/07 19:03:46
gjr Exp $
Copyright (c) 1992-1993 Massachusetts Institute of Technology
@@
-408,7
+408,7
@@
DEFUN_VOID (OS_restartable_exit)
INT_Global_1: Windows polling interrupt.
*/
-#define CATATONIA_PERIOD
60
000 /* msec */
+#define CATATONIA_PERIOD
15
000 /* msec */
#define ASYNC_TIMER_PERIOD 50 /* msec */
static void * timer_state = ((void *) NULL);