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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Mon, 19 Jul 2004 00:46:55 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.785 emacs/src/keyboard.c:1.786
*** emacs/src/keyboard.c:1.785  Sat Jul 17 17:31:33 2004
--- emacs/src/keyboard.c        Mon Jul 19 04:42:43 2004
***************
*** 607,613 ****
  
  /* We are unable to use interrupts if FIONREAD is not available,
     so flush SIGIO so we won't try.  */
! #ifndef FIONREAD
  #ifdef SIGIO
  #undef SIGIO
  #endif
--- 607,613 ----
  
  /* We are unable to use interrupts if FIONREAD is not available,
     so flush SIGIO so we won't try.  */
! #if !defined (FIONREAD) || defined(HAVE_CARBON)
  #ifdef SIGIO
  #undef SIGIO
  #endif




reply via email to

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