Mercurial > emacs
changeset 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 | 444b6677cc4e |
children | c9c52d84d14c |
files | src/blockinput.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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 ();