# HG changeset patch # User Juanma Barranquero # Date 1233338500 0 # Node ID a73b9c0323c2abebc6b48b40251ae144ac49b727 # Parent 9bc864ce1de6ff2b8674ba29e5d3de068891f3e9 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]: * w32term.c (w32_read_socket) [SYNC_INPUT]: Remove; this code is not used on Windows. diff -r 9bc864ce1de6 -r a73b9c0323c2 src/ChangeLog --- a/src/ChangeLog Fri Jan 30 17:38:14 2009 +0000 +++ b/src/ChangeLog Fri Jan 30 18:01:40 2009 +0000 @@ -1,3 +1,9 @@ +2009-01-30 Juanma Barranquero + + * 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 * coding.c (detect_eol, decode_eol): Handle text with DOS-style diff -r 9bc864ce1de6 -r a73b9c0323c2 src/w32inevt.c --- a/src/w32inevt.c Fri Jan 30 17:38:14 2009 +0000 +++ b/src/w32inevt.c Fri Jan 30 18:01:40 2009 +0000 @@ -651,16 +651,10 @@ 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 (;;) diff -r 9bc864ce1de6 -r a73b9c0323c2 src/w32term.c --- a/src/w32term.c Fri Jan 30 17:38:14 2009 +0000 +++ b/src/w32term.c Fri Jan 30 18:01:40 2009 +0000 @@ -4078,16 +4078,10 @@ 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. */