emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32proc.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32proc.c [lexbind]
Date: Sat, 04 Sep 2004 05:48:22 -0400

Index: emacs/src/w32proc.c
diff -c emacs/src/w32proc.c:1.51.2.4 emacs/src/w32proc.c:1.51.2.5
*** emacs/src/w32proc.c:1.51.2.4        Tue Jul  6 09:24:08 2004
--- emacs/src/w32proc.c Sat Sep  4 09:26:26 2004
***************
*** 1218,1224 ****
      {
        DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n",
                 nh + nc, timeout_ms, GetLastError ()));
!       /* don't return EBADF - this causes wait_reading_process_input to
         abort; WAIT_FAILED is returned when single-stepping under
         Windows 95 after switching thread focus in debugger, and
         possibly at other times. */
--- 1218,1224 ----
      {
        DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n",
                 nh + nc, timeout_ms, GetLastError ()));
!       /* don't return EBADF - this causes wait_reading_process_output to
         abort; WAIT_FAILED is returned when single-stepping under
         Windows 95 after switching thread focus in debugger, and
         possibly at other times. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]