diff src/blockinput.h @ 21796:f7ca88e90856

(reinvoke_input_signal): Don't use prototype decl.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Apr 1998 02:33:19 +0000
parents fb4c986db0e2
children e28edb0e4233
line wrap: on
line diff
--- a/src/blockinput.h	Tue Apr 28 02:10:42 1998 +0000
+++ b/src/blockinput.h	Tue Apr 28 02:33:19 1998 +0000
@@ -78,4 +78,5 @@
 #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 ();