emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Wed, 16 Jul 2008 23:24:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/16 23:24:46

Index: src/keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.964
retrieving revision 1.965
diff -u -b -r1.964 -r1.965
--- src/keyboard.c      16 Jul 2008 19:23:48 -0000      1.964
+++ src/keyboard.c      16 Jul 2008 23:24:45 -0000      1.965
@@ -7308,10 +7308,6 @@
 void
 handle_async_input ()
 {
-#ifdef BSD4_1
-  extern int select_alarmed;
-#endif
-
   interrupt_input_pending = 0;
 
   while (1)
@@ -7323,10 +7319,6 @@
         0 means there was no keyboard input available.  */
       if (nread <= 0)
        break;
-
-#ifdef BSD4_1
-      select_alarmed = 1;  /* Force the select emulator back to life */
-#endif
     }
 }
 
@@ -7345,10 +7337,6 @@
   signal (signo, input_available_signal);
 #endif /* USG */
 
-#ifdef BSD4_1
-  sigisheld (SIGIO);
-#endif
-
 #ifdef SYNC_INPUT
   interrupt_input_pending = 1;
 #else
@@ -7362,9 +7350,6 @@
   handle_async_input ();
 #endif
 
-#ifdef BSD4_1
-  sigfree ();
-#endif
   errno = old_errno;
 }
 #endif /* SIGIO */




reply via email to

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