From: Dave Love Date: Fri, 22 Nov 2002 12:22:43 +0000 (+0000) Subject: (stuff_char) [PROTOTYPES]: Provide ISO C arglist. X-Git-Tag: ttn-vms-21-2-B4~12299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c2338d8195e8e2eb4b14b3ba35d2e15ccbb0504;p=emacs.git (stuff_char) [PROTOTYPES]: Provide ISO C arglist. --- diff --git a/src/sysdep.c b/src/sysdep.c index 360e42ba108..28ab676c69c 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -331,8 +331,12 @@ discard_tty_input () the terminal. */ void +#ifdef PROTOTYPES +stuff_char (char c) +#else stuff_char (c) char c; +#endif { if (read_socket_hook) return;