The R Project SVN R

Rev

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

Rev 59177 Rev 59261
Line 279... Line 279...
279
 
279
 
280
 /* from graphics.c, used in par.c */
280
 /* from graphics.c, used in par.c */
281
double R_Log10(double);
281
double R_Log10(double);
282
 
282
 
283
/* from par.c, called in plot.c, plot3d.c */
283
/* from par.c, called in plot.c, plot3d.c */
284
void ProcessInlinePars(SEXP, pGEDevDesc, SEXP call);
284
void ProcessInlinePars(SEXP, pGEDevDesc);
285
 
285
 
286
/* from device.c */
286
/* from device.c */
287
void recordGraphicOperation(SEXP, SEXP, pGEDevDesc);
287
void recordGraphicOperation(SEXP, SEXP, pGEDevDesc);
288
 
288
 
289
/* some functions that plot.c needs to share with plot3d.c */
289
/* some functions that plot.c needs to share with plot3d.c */