The R Project SVN R

Rev

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

Rev 64828 Rev 65004
Line 144... Line 144...
144
 
144
 
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
 
-
 
150
#ifndef IMMEDIATE_FILANIZERS
-
 
151
    /* finalizers are run here since this should only be called at
-
 
152
       points where running random code should be sate */
-
 
153
    R_RunPendingFinalizers();
-
 
154
#endif
149
}
155
}
150
 
156
 
151
void onintr()
157
void onintr()
152
{
158
{
153
    if (R_interrupts_suspended) {
159
    if (R_interrupts_suspended) {