* w32term.c (w32_read_socket) [SYNC_INPUT]:
Remove; this code is not used on Windows.
+2009-01-30 Juanma Barranquero <lekktu@gmail.com>
+
+ * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
+ * w32term.c (w32_read_socket) [SYNC_INPUT]:
+ Remove; this code is not used on Windows.
+
2009-01-30 Eli Zaretskii <eliz@gnu.org>
* coding.c (detect_eol, decode_eol): Handle text with DOS-style
if (interrupt_input_blocked)
{
interrupt_input_pending = 1;
-#ifdef SYNC_INPUT
- pending_signals = 1;
-#endif
return -1;
}
interrupt_input_pending = 0;
-#ifdef SYNC_INPUT
- pending_signals = pending_atimers;
-#endif
BLOCK_INPUT;
for (;;)
if (interrupt_input_blocked)
{
interrupt_input_pending = 1;
-#ifdef SYNC_INPUT
- pending_signals = 1;
-#endif
return -1;
}
interrupt_input_pending = 0;
-#ifdef SYNC_INPUT
- pending_signals = pending_atimers;
-#endif
BLOCK_INPUT;
/* So people can tell when we have read the available input. */