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

Diff of /emacs/src/sysdep.c

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

revision 1.260 by monnier, Mon Nov 29 14:39:09 2004 UTC revision 1.261 by jhd, Wed Dec 15 21:40:41 2004 UTC
# Line 2472  select_alarm () Line 2472  select_alarm ()
2472  #else /* not BSD4_1 */  #else /* not BSD4_1 */
2473    signal (SIGALRM, SIG_IGN);    signal (SIGALRM, SIG_IGN);
2474  #endif /* not BSD4_1 */  #endif /* not BSD4_1 */
2475      SIGNAL_THREAD_CHECK (SIGALRM);
2476    if (read_alarm_should_throw)    if (read_alarm_should_throw)
2477      longjmp (read_alarm_throw, 1);      longjmp (read_alarm_throw, 1);
2478  }  }

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.261

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