diff options
-rw-r--r-- | enc/unicode.c | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -164,7 +164,7 @@ code3_equal(const OnigCodePoint *x, const OnigCodePoint *y) #define L(n) SpecialsLengthEncode(n) #endif /* ONIG_CASE_MAPPING */ -#include "enc/unicode/casefold.h" #ifdef ONIG_CASE_MAPPING #undef U @@ -178,7 +178,7 @@ code3_equal(const OnigCodePoint *x, const OnigCodePoint *y) #undef L #endif /* ONIG_CASE_MAPPING */ -#include "enc/unicode/name2ctype.h" #define CODE_RANGES_NUM numberof(CodeRanges) @@ -800,3 +800,21 @@ onigenc_unicode_case_map(OnigCaseFoldType* flagP, } #endif /* ONIG_CASE_MAPPING */ |