]> code.delx.au - gnu-emacs/commitdiff
(stuff_char) [PROTOTYPES]: Provide ISO C arglist.
authorDave Love <fx@gnu.org>
Fri, 22 Nov 2002 12:22:43 +0000 (12:22 +0000)
committerDave Love <fx@gnu.org>
Fri, 22 Nov 2002 12:22:43 +0000 (12:22 +0000)
src/sysdep.c

index 360e42ba10803e6725e4c9f944457c7d7252d45b..28ab676c69cf0eaa36ddae15064186bd0e06ae35 100644 (file)
@@ -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;