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
de4df76b
Commit
de4df76b
authored
Apr 28, 1998
by
Richard M. Stallman
Browse files
(reinvoke_input_signal): Don't use prototype decl.
parent
71d54f88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/blockinput.h
src/blockinput.h
+2
-1
No files found.
src/blockinput.h
View file @
de4df76b
...
...
@@ -78,4 +78,5 @@ extern int interrupt_input_pending;
#define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
/* Defined in keyboard.c */
extern
void
reinvoke_input_signal
P_
((
void
));
/* Don't use a prototype here; it causes trouble in some files. */
extern
void
reinvoke_input_signal
();
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