diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-28 02:33:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-28 02:33:19 +0000 |
commit | 7e0d2652af931bb7df436d13195c8952039b1d8d (patch) | |
tree | 99311a0b983e935e43c856ee865f91d03fad362e /src/blockinput.h | |
parent | fa5976191e6aec246fa574ac088270a735d51d46 (diff) | |
download | emacs-7e0d2652af931bb7df436d13195c8952039b1d8d.tar.gz |
(reinvoke_input_signal): Don't use prototype decl.
Diffstat (limited to 'src/blockinput.h')
-rw-r--r-- | src/blockinput.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index 6aa42649943..335b3b5b2d4 100644 --- a/src/blockinput.h +++ b/src/blockinput.h @@ -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 (); |