The R Project SVN R

Rev

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

Rev 6324 Rev 6483
Line 396... Line 396...
396
SEXP ScalarString(SEXP);
396
SEXP ScalarString(SEXP);
397
SEXP setAttrib(SEXP, SEXP, SEXP);
397
SEXP setAttrib(SEXP, SEXP, SEXP);
398
void setSVector(SEXP*, int, SEXP);
398
void setSVector(SEXP*, int, SEXP);
399
void setVar(SEXP, SEXP, SEXP);
399
void setVar(SEXP, SEXP, SEXP);
400
int StringBlank(SEXP);
400
int StringBlank(SEXP);
-
 
401
SEXP substitute(SEXP,SEXP);
401
void unprotect(int);
402
void unprotect(int);
402
void unprotect_ptr(SEXP);
403
void unprotect_ptr(SEXP);
403
 
404
 
404
#ifdef __MAIN__
405
#ifdef __MAIN__
405
#undef extern
406
#undef extern