diff options
-rw-r--r-- | enc/unicode.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -137,6 +137,7 @@ code3_equal(const OnigCodePoint *x, const OnigCodePoint *y) return 1; } #define U ONIGENC_CASE_UPCASE #define D ONIGENC_CASE_DOWNCASE #define F ONIGENC_CASE_FOLD @@ -157,6 +158,12 @@ code3_equal(const OnigCodePoint *x, const OnigCodePoint *y) #undef I #undef L #include "enc/unicode/name2ctype.h" #define CODE_RANGES_NUM numberof(CodeRanges) |