From a91c916b892baf5a018a8266dff4f44b1ce5d97c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Jan 1995 20:56:12 +0000 Subject: [PATCH] Disable random error/exception pop-ups generated by OS/2 kernel. --- v7/src/microcode/os2top.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/os2top.c b/v7/src/microcode/os2top.c index ff746230a..53435214d 100644 --- 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. */ -- 2.25.1