The R Project SVN R

Rev

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

Rev 32256 Rev 32258
Line 94... Line 94...
94
#ifdef BYTECODE
94
#ifdef BYTECODE
95
SEXP R_getbcprofcounts();
95
SEXP R_getbcprofcounts();
96
SEXP R_startbcprof();
96
SEXP R_startbcprof();
97
SEXP R_stopbcprof();
97
SEXP R_stopbcprof();
98
#endif
98
#endif
99
 
-
 
100
SEXP PostScript(SEXP);
-
 
101
SEXP XFig(SEXP);
-
 
102
SEXP PDF(SEXP);
-
 
103
SEXP Type1FontInUse(SEXP);
-