The R Project SVN R

Rev

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

Rev 8422 Rev 8801
Line 62... Line 62...
62
   SIGUSR2: save and quit, don't run .Last or on.exit().
62
   SIGUSR2: save and quit, don't run .Last or on.exit().
63
*/
63
*/
64
void onsigusr1()
64
void onsigusr1()
65
{
65
{
66
    RCNTXT *c;
66
    RCNTXT *c;
67
    SEXP s, t;
-
 
68
    int nback=0;
67
    int nback=0;
69
 
68
 
70
    inError = 1;
69
    inError = 1;
71
 
70
 
72
    if( R_CollectWarnings ) {
71
    if( R_CollectWarnings ) {