The R Project SVN R

Rev

Rev 65004 | Rev 65024 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 65004 Rev 65009
Line 145... Line 145...
145
    R_ProcessEvents(); /* Also processes timing limits */
145
    R_ProcessEvents(); /* Also processes timing limits */
146
#ifndef Win32
146
#ifndef Win32
147
    if (R_interrupts_pending) onintr();
147
    if (R_interrupts_pending) onintr();
148
#endif
148
#endif
149
 
149
 
150
#ifndef IMMEDIATE_FILANIZERS
150
#ifndef IMMEDIATE_FINALIZERS
151
    /* finalizers are run here since this should only be called at
151
    /* finalizers are run here since this should only be called at
152
       points where running random code should be sate */
152
       points where running arbitrary code should be safe */
153
    R_RunPendingFinalizers();
153
    R_RunPendingFinalizers();
154
#endif
154
#endif
155
}
155
}
156
 
156
 
157
void onintr()
157
void onintr()