process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
away the entire body of the function.
+2010-07-13 Eli Zaretskii <eliz@gnu.org>
+
+ * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
+ away the entire body of the function.
+
2010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
Remove subprocesses #ifdefs from term.c.
void
add_keyboard_wait_descriptor (int desc)
{
+#ifdef subprocesses
FD_SET (desc, &input_wait_mask);
FD_SET (desc, &non_process_wait_mask);
if (desc > max_keyboard_desc)
max_keyboard_desc = desc;
+#endif
}
/* From now on, do not expect DESC to give keyboard input. */