comparison src/sysdep.c @ 41163:c8f21aec2f62

(wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with argument.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 16 Nov 2001 22:50:51 +0000
parents 103ddc9d157a
children 1886c6a31a52
comparison
equal deleted inserted replaced
41162:7e221442bb45 41163:c8f21aec2f62
2027 if (!detect_input_pending ()) 2027 if (!detect_input_pending ())
2028 { 2028 {
2029 /* No timing error: wait for flag to be set. */ 2029 /* No timing error: wait for flag to be set. */
2030 set_waiting_for_input (0); 2030 set_waiting_for_input (0);
2031 SYS$WFLOR (input_ef, input_eflist); 2031 SYS$WFLOR (input_ef, input_eflist);
2032 clear_waiting_for_input (0); 2032 clear_waiting_for_input ();
2033 if (!detect_input_pending ()) 2033 if (!detect_input_pending ())
2034 /* Check for subprocess input availability */ 2034 /* Check for subprocess input availability */
2035 { 2035 {
2036 int dsp = have_process_input || process_exited; 2036 int dsp = have_process_input || process_exited;
2037 2037