]> code.delx.au - gnu-emacs/blobdiff - src/term.c
* w32term.c (w32_initialize): Use standard types.
[gnu-emacs] / src / term.c
index 5176214b13688c4a42436492f60da01d3cac90d5..0d0095785e3405580cf72befc136f6afe8342b6e 100644 (file)
@@ -3464,9 +3464,7 @@ init_tty (char *name, char *terminal_type, int must_succeed)
 
   tty->type = xstrdup (terminal_type);
 
-#ifdef subprocesses
   add_keyboard_wait_descriptor (fileno (tty->input));
-#endif
 
 #endif /* !DOS_NT */