diff options
Diffstat (limited to 'enc/cp949.c')
-rw-r--r-- | enc/cp949.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/enc/cp949.c b/enc/cp949.c index 3eb46c976a..bf1c2637a3 100644 --- a/enc/cp949.c +++ b/enc/cp949.c @@ -210,7 +210,9 @@ OnigEncodingDefine(cp949, CP949) = { cp949_is_code_ctype, onigenc_not_support_get_ctype_code_range, cp949_left_adjust_char_head, - cp949_is_allowed_reverse_match + cp949_is_allowed_reverse_match, + 0, + ONIGENC_FLAG_NONE, }; /* * Name: CP949 |