The R Project SVN R

Rev

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

Rev 51267 Rev 51482
Line 115... Line 115...
115
void SET_LATIN1(SEXP x);
115
void SET_LATIN1(SEXP x);
116
int IS_UTF8(SEXP x);
116
int IS_UTF8(SEXP x);
117
void SET_UTF8(SEXP x);
117
void SET_UTF8(SEXP x);
118
int ENC_KNOWN(SEXP x);
118
int ENC_KNOWN(SEXP x);
119
int SET_CACHED(SEXP x);
119
int SET_CACHED(SEXP x);
-
 
120
int IS_CACHED(SEXP x);
120
#endif
121
#endif
121
/* macros and declarations for managing CHARSXP cache */
122
/* macros and declarations for managing CHARSXP cache */
122
#define USE_ATTRIB_FIELD_FOR_CHARSXP_CACHE_CHAINS
123
#define USE_ATTRIB_FIELD_FOR_CHARSXP_CACHE_CHAINS
123
#ifdef USE_ATTRIB_FIELD_FOR_CHARSXP_CACHE_CHAINS
124
#ifdef USE_ATTRIB_FIELD_FOR_CHARSXP_CACHE_CHAINS
124
# define CXHEAD(x) (x)
125
# define CXHEAD(x) (x)