diff src/keyboard.c @ 8653:07cc798f5cab

(polling_for_input): Define var unconditionally.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Aug 1994 19:58:40 +0000
parents 25c8d9630410
children 6d1d308ff12d
line wrap: on
line diff
--- a/src/keyboard.c	Sun Aug 28 19:57:51 1994 +0000
+++ b/src/keyboard.c	Sun Aug 28 19:58:40 1994 +0000
@@ -1296,8 +1296,10 @@
 /* Nonzero means polling for input is temporarily suppressed.  */
 int poll_suppress_count;
 
+/* Nonzero if polling_for_input is actually being used.  */
+int polling_for_input;
+
 #ifdef POLL_FOR_INPUT
-int polling_for_input;
 
 /* Handle an alarm once each second and read pending input
    so as to handle a C-g if it comces in.  */