Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
36922b18
Commit
36922b18
authored
Aug 28, 1994
by
Richard M. Stallman
Browse files
(polling_for_input): Define var unconditionally.
parent
3b2fa4e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/keyboard.c
src/keyboard.c
+3
-1
No files found.
src/keyboard.c
View file @
36922b18
...
...
@@ -1296,9 +1296,11 @@ int polling_period;
/* Nonzero means polling for input is temporarily suppressed. */
int
poll_suppress_count
;
#ifdef POLL_FOR_INPUT
/* Nonzero if polling_for_input is actually being used. */
int
polling_for_input
;
#ifdef POLL_FOR_INPUT
/* Handle an alarm once each second and read pending input
so as to handle a C-g if it comces in. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment