(stuff_char) [PROTOTYPES]: Provide ISO C arglist.

This commit is contained in:
Dave Love
2002-11-22 12:22:43 +00:00
parent 5d15cc8f7e
commit 0c2338d819

View 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;