/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.785 by lektu, Sat Jul 17 17:31:33 2004 UTC revision 1.786 by tamm, Mon Jul 19 04:42:43 2004 UTC
# Line 607  int flow_control; Line 607  int flow_control;
607    
608  /* We are unable to use interrupts if FIONREAD is not available,  /* We are unable to use interrupts if FIONREAD is not available,
609     so flush SIGIO so we won't try.  */     so flush SIGIO so we won't try.  */
610  #ifndef FIONREAD  #if !defined (FIONREAD) || defined(HAVE_CARBON)
611  #ifdef SIGIO  #ifdef SIGIO
612  #undef SIGIO  #undef SIGIO
613  #endif  #endif

Legend:
Removed from v.1.785  
changed lines
  Added in v.1.786

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26