# HG changeset patch # User Richard M. Stallman # Date 893730799 0 # Node ID f7ca88e90856a405932442ff32569c16c7060c54 # Parent 444b6677cc4e29ce609ce4b6e13b2d2b31555e2b (reinvoke_input_signal): Don't use prototype decl. diff -r 444b6677cc4e -r f7ca88e90856 src/blockinput.h --- 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 ();