# HG changeset patch # User Richard M. Stallman # Date 778103920 0 # Node ID 07cc798f5cabff3e1a37b83fd87ba467a276cf86 # Parent c2c1a477ddd5e6aaba1918b0d78df5e7490a4d32 (polling_for_input): Define var unconditionally. diff -r c2c1a477ddd5 -r 07cc798f5cab src/keyboard.c --- 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. */