diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/process.c b/src/process.c index 24f31220d0d..255803c92fd 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -285,11 +285,11 @@ static Lisp_Object Vprocess_adaptive_read_buffering; | |||
| 285 | 285 | ||
| 286 | #include "sysselect.h" | 286 | #include "sysselect.h" |
| 287 | 287 | ||
| 288 | static int keyboard_bit_set P_ ((SELECT_TYPE *)); | 288 | static int keyboard_bit_set (SELECT_TYPE *); |
| 289 | static void deactivate_process P_ ((Lisp_Object)); | 289 | static void deactivate_process (Lisp_Object); |
| 290 | static void status_notify P_ ((struct Lisp_Process *)); | 290 | static void status_notify (struct Lisp_Process *); |
| 291 | static int read_process_output P_ ((Lisp_Object, int)); | 291 | static int read_process_output (Lisp_Object, int); |
| 292 | static void create_pty P_ ((Lisp_Object)); | 292 | static void create_pty (Lisp_Object); |
| 293 | 293 | ||
| 294 | /* If we support a window system, turn on the code to poll periodically | 294 | /* If we support a window system, turn on the code to poll periodically |
| 295 | to detect C-g. It isn't actually used when doing interrupt input. */ | 295 | to detect C-g. It isn't actually used when doing interrupt input. */ |