The R Project SVN R

Rev

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

Rev 41781 Rev 41807
Line 432... Line 432...
432
int StrMatch(const char *s, const char *t);
432
int StrMatch(const char *s, const char *t);
433
 
433
 
434
double R_Log10(double);
434
double R_Log10(double);
435
 
435
 
436
void ProcessInlinePars(SEXP, DevDesc*, SEXP call);
436
void ProcessInlinePars(SEXP, DevDesc*, SEXP call);
437
void Specify2(char*, SEXP, DevDesc*, SEXP call);
437
void Specify2(const char*, SEXP, DevDesc*, SEXP call);
438
#ifdef UNUSED
438
#ifdef UNUSED
439
void RecordGraphicsCall(SEXP);
439
void RecordGraphicsCall(SEXP);
440
#endif
440
#endif
441
 
441
 
442
SEXP FixupPch(SEXP, int);
442
SEXP FixupPch(SEXP, int);