The R Project SVN R

Rev

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

Rev 89873 Rev 89923
Line 2349... Line 2349...
2349
			  int nextra, const char *format, ...)
2349
			  int nextra, const char *format, ...)
2350
     R_PRINTF_FORMAT(5,0);
2350
     R_PRINTF_FORMAT(5,0);
2351
 
2351
 
2352
NORET void R_MissingArgError     (SEXP symbol,     SEXP call, const char* subclass);
2352
NORET void R_MissingArgError     (SEXP symbol,     SEXP call, const char* subclass);
2353
NORET void R_MissingArgError_c   (const char *arg, SEXP call, const char* subclass);
2353
NORET void R_MissingArgError_c   (const char *arg, SEXP call, const char* subclass);
-
 
2354
NORET attribute_hidden void R_FunctionNotFoundError(SEXP call, SEXP sym);
2354
 
2355
 
2355
SEXP R_makePartialMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
2356
SEXP R_makePartialMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
2356
 
2357
 
2357
void R_setConditionField(SEXP cond, R_xlen_t idx, const char *name, SEXP val);
2358
void R_setConditionField(SEXP cond, R_xlen_t idx, const char *name, SEXP val);
2358
SEXP R_makeNotSubsettableError(SEXP x, SEXP call);
2359
SEXP R_makeNotSubsettableError(SEXP x, SEXP call);