changeset 15275:d57bb52c0242

(Fsignal) [HAVE_WINDOW_SYSTEM]: Changed from HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 May 1996 18:06:40 +0000
parents f7c5a03c6393
children 07341673efa6
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Tue May 21 18:04:41 1996 +0000
+++ b/src/eval.c	Tue May 21 18:06:40 1996 +0000
@@ -1201,7 +1201,7 @@
   if (gc_in_progress || waiting_for_input)
     abort ();
 
-#ifdef HAVE_X_WINDOWS
+#ifdef HAVE_WINDOW_SYSTEM
   TOTALLY_UNBLOCK_INPUT;
 #endif