The R Project SVN R

Rev

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

Rev 62367 Rev 62372
Line 62... Line 62...
62
static void signalInterrupt(void);
62
static void signalInterrupt(void);
63
static char * R_ConciseTraceback(SEXP call, int skip);
63
static char * R_ConciseTraceback(SEXP call, int skip);
64
 
64
 
65
/* Interface / Calling Hierarchy :
65
/* Interface / Calling Hierarchy :
66
 
66
 
67
  R__stop()   -> do_error ->   errorcall --> jump_to_top_ex
67
  R__stop()   -> do_error ->   errorcall --> (eventually) jump_to_top_ex
68
			 /
68
			 /
69
		    error
69
		    error
70
 
70
 
71
  R__warning()-> do_warning   -> warningcall -> if(warn >= 2) errorcall
71
  R__warning()-> do_warning   -> warningcall -> if(warn >= 2) errorcall
72
			     /
72
			     /