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:
1b74776
)
Disable random error/exception pop-ups generated by OS/2 kernel.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Jan 1995 20:56:12 +0000
(20:56 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Jan 1995 20:56:12 +0000
(20:56 +0000)
v7/src/microcode/os2top.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os2top.c
b/v7/src/microcode/os2top.c
index ff746230a98354377c96e10aad65bda34ab705fe..53435214d2fb6c54b539c75187736cd177067c2a 100644
(file)
--- a/
v7/src/microcode/os2top.c
+++ b/
v7/src/microcode/os2top.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: os2top.c,v 1.
9 1995/01/06 22:15:45
cph Exp $
+$Id: os2top.c,v 1.
10 1995/01/16 20:56:12
cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-69,6
+69,7
@@
OS_under_emacs_p (void)
void
OS_initialize (void)
{
+ (void) DosError (FERR_DISABLEEXCEPTION | FERR_DISABLEHARDERR);
initialize_locks ();
/* Create a PM message queue. This allows us to use message boxes
to report fatal errors. */