diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 () | |||
| 331 | the terminal. */ | 331 | the terminal. */ |
| 332 | 332 | ||
| 333 | void | 333 | void |
| 334 | #ifdef PROTOTYPES | ||
| 335 | stuff_char (char c) | ||
| 336 | #else | ||
| 334 | stuff_char (c) | 337 | stuff_char (c) |
| 335 | char c; | 338 | char c; |
| 339 | #endif | ||
| 336 | { | 340 | { |
| 337 | if (read_socket_hook) | 341 | if (read_socket_hook) |
| 338 | return; | 342 | return; |