From 0c2338d8195e8e2eb4b14b3ba35d2e15ccbb0504 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 22 Nov 2002 12:22:43 +0000 Subject: [PATCH] (stuff_char) [PROTOTYPES]: Provide ISO C arglist. --- src/sysdep.c | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.2