]> code.delx.au - gnu-emacs/blobdiff - src/xterm.c
* atimer.c (run_timers, alarm_signal_handler):
[gnu-emacs] / src / xterm.c
index 1cd1ff059cf25f34c2b028d619bc5c2175aaffc2..00064758cdcc02556efe1216b1e7be3600aeec03 100644 (file)
@@ -7138,12 +7138,16 @@ XTread_socket (terminal, expected, hold_quit)
   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.  */