The R Project SVN R

Rev

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

Rev 60241 Rev 60667
Line 20... Line 20...
20
#ifdef HAVE_CONFIG_H
20
#ifdef HAVE_CONFIG_H
21
# include <config.h>
21
# include <config.h>
22
#endif
22
#endif
23
 
23
 
24
#include <Defn.h>
24
#include <Defn.h>
-
 
25
#include <Internal.h>
25
 
26
 
26
#define isRaw(x) (TYPEOF(x) == RAWSXP)
27
#define isRaw(x) (TYPEOF(x) == RAWSXP)
27
 
28
 
28
/* charToRaw works at byte level, ignores encoding */
29
/* charToRaw works at byte level, ignores encoding */
29
SEXP attribute_hidden do_charToRaw(SEXP call, SEXP op, SEXP args, SEXP env)
30
SEXP attribute_hidden do_charToRaw(SEXP call, SEXP op, SEXP args, SEXP env)