Skip to content

Commit 6a29ea9

Browse files
tag SVN revision
1 parent 01385c1 commit 6a29ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data.table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* we mean the encoding bits, not CE_NATIVE in a UTF-8 locale */
3737
#define IS_UTF8(x) (getCharCE(x) == CE_UTF8)
3838
#define IS_LATIN(x) (getCharCE(x) == CE_LATIN1)
39-
#if R_VERSION < R_Version(4, 5, 0)
39+
#if R_VERSION < R_Version(4, 5, 0) || R_SVN_REVISION < 86789
4040
# define IS_ASCII(x) (LEVELS(x) & 64)
4141
#else
4242
# define IS_ASCII(x) (Rf_charIsASCII(x)) // no CE_ASCII

0 commit comments

Comments
 (0)