The R Project SVN R

Rev

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

Rev 51018 Rev 52096
Line 108... Line 108...
108
SEXP R_stopbcprof(void);
108
SEXP R_stopbcprof(void);
109
#endif
109
#endif
110
 
110
 
111
SEXP Rg_contourDef(void);
111
SEXP Rg_contourDef(void);
112
SEXP Rg_readonlypars(void);
112
SEXP Rg_readonlypars(void);
-
 
113
 
-
 
114
SEXP bitwiseAnd(SEXP, SEXP);
-
 
115
SEXP bitwiseOr(SEXP, SEXP);
-
 
116
SEXP bitwiseXor(SEXP, SEXP);