The R Project SVN R

Rev

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

Rev 77712 Rev 78002
Line 2408... Line 2408...
2408
	if (cptr->handlerstack == oldstk)
2408
	if (cptr->handlerstack == oldstk)
2409
	    cptr->handlerstack = R_HandlerStack;
2409
	    cptr->handlerstack = R_HandlerStack;
2410
	else error("should not be called with handlers on the stack");
2410
	else error("should not be called with handlers on the stack");
2411
 
2411
 
2412
    R_ToplevelContext->handlerstack = R_HandlerStack;
2412
    R_ToplevelContext->handlerstack = R_HandlerStack;
2413
    return NULL;
2413
    return R_NilValue;
2414
}
2414
}