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

Diff of /emacs/src/atimer.c

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

revision 1.15 by kfstorm, Wed Jun 16 14:25:26 2004 UTC revision 1.16 by tamm, Mon Jul 19 04:42:43 2004 UTC
# Line 375  alarm_signal_handler (signo) Line 375  alarm_signal_handler (signo)
375    
376        t = atimers;        t = atimers;
377        atimers = atimers->next;        atimers = atimers->next;
378    #ifndef MAC_OSX
379        t->fn (t);        t->fn (t);
380    #endif
381    
382        if (t->type == ATIMER_CONTINUOUS)        if (t->type == ATIMER_CONTINUOUS)
383          {          {
# Line 387  alarm_signal_handler (signo) Line 389  alarm_signal_handler (signo)
389            t->next = free_atimers;            t->next = free_atimers;
390            free_atimers = t;            free_atimers = t;
391          }          }
392    #ifdef MAC_OSX
393          /* Fix for Ctrl-G.  Perhaps this should apply to all platforms. */
394          t->fn (t);
395    #endif
396    
397        EMACS_GET_TIME (now);        EMACS_GET_TIME (now);
398      }      }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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