The R Project SVN R

Rev

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

Rev 11046 Rev 11139
Line 22... Line 22...
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"
25
#include "Defn.h"
26
/* -> Errormsg.h */
26
/* -> Errormsg.h */
-
 
27
#include "Startup.h" /* rather cleanup ..*/
27
 
28
 
28
/* limit on call length at which errorcall/warningcall is split over
29
/* limit on call length at which errorcall/warningcall is split over
29
   two lines */
30
   two lines */
30
#define LONGCALL 30
31
#define LONGCALL 30
31
 
32
 
Line 107... Line 108...
107
		inError=0;
108
		inError=0;
108
		findcontext(CTXT_RESTART, c->cloenv, R_DollarSymbol);
109
		findcontext(CTXT_RESTART, c->cloenv, R_DollarSymbol);
109
	}
110
	}
110
    }
111
    }
111
	R_CleanUp(SA_SAVE, 2, 1); /* quit, save,  .Last, status=2 */
112
	R_CleanUp(SA_SAVE, 2, 1); /* quit, save,  .Last, status=2 */
112
 
-
 
113
}
113
}
114
 
114
 
115
 
115
 
116
void onsigusr2()
116
void onsigusr2()
117
{
117
{