Mercurial > emacs
changeset 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 | c2c1a477ddd5 |
children | 0334c1b51e87 |
files | src/keyboard.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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. */