The R Project SVN R

Rev

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

Rev 89976 Rev 90283
Line 2353... Line 2353...
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 void R_ObjectNotFoundError(SEXP sym, SEXP call, const char *mode);
2354
NORET void R_ObjectNotFoundError(SEXP sym, SEXP call, const char *mode);
2355
NORET void R_FunctionNotFoundError(SEXP sym, SEXP call);
2355
NORET void R_FunctionNotFoundError(SEXP sym, SEXP call);
2356
 
2356
 
2357
SEXP R_makePartialMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
2357
SEXP R_makePartialMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
-
 
2358
SEXP R_makePartialArgumentMatchWarningCondition(SEXP call, SEXP argument, SEXP formal);
2358
 
2359
 
2359
void R_setConditionField(SEXP cond, R_xlen_t idx, const char *name, SEXP val);
2360
void R_setConditionField(SEXP cond, R_xlen_t idx, const char *name, SEXP val);
2360
SEXP R_makeNotSubsettableError(SEXP x, SEXP call);
2361
SEXP R_makeNotSubsettableError(SEXP x, SEXP call);
2361
SEXP R_makeMissingSubscriptError(SEXP x, SEXP call);
2362
SEXP R_makeMissingSubscriptError(SEXP x, SEXP call);
2362
SEXP R_makeMissingSubscriptError1(SEXP call);
2363
SEXP R_makeMissingSubscriptError1(SEXP call);