]> code.delx.au - gnu-emacs/commitdiff
(reinvoke_input_signal): Don't use prototype decl.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Apr 1998 02:33:19 +0000 (02:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Apr 1998 02:33:19 +0000 (02:33 +0000)
src/blockinput.h

index 6aa426499433d3eeef5737b6fd40a11324a3a951..335b3b5b2d4179f1fa11033ef623e0a55e74f9c1 100644 (file)
@@ -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 ();