diff options
author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-24 07:33:15 +0000 |
---|---|---|
committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-24 07:33:15 +0000 |
commit | 6ed393ad89eb821d838d70cf13040d3f39237554 (patch) | |
tree | b64cb46fa0d9dad2f4f3aa3e4dd3136139243bd5 /enc/utf_32le.c | |
parent | 250139662e0ec32409020040dd6ef23df349efb7 (diff) | |
download | bundler-6ed393ad89eb821d838d70cf13040d3f39237554.tar.gz |
* regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c,
emacs_mule.c, euc_jp.c, euc_kr.c, euc_tw.c, gb18030.c, gbk.c,
iso_8859_1|2|3|4|5|6|7|8|9|10|11|13|14|15|16.c, koi8_r.c, koi8_u.c,
shift_jis.c, unicode.c, us_ascii.c, utf_16|32be|le.c, utf_8.c,
windows_1250|51|52|53|54|57.c, windows_31j.c, unicode.c:
Remove conditional compilation macro ONIG_CASE_MAPPING. [Feature #12386].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/utf_32le.c')
-rw-r--r-- | enc/utf_32le.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/enc/utf_32le.c b/enc/utf_32le.c index 27d8239d68..c48089d6ed 100644 --- a/enc/utf_32le.c +++ b/enc/utf_32le.c @@ -189,8 +189,6 @@ OnigEncodingDefine(utf_32le, UTF_32LE) = { onigenc_always_false_is_allowed_reverse_match, 0, ONIGENC_FLAG_UNICODE, -#ifdef ONIG_CASE_MAPPING onigenc_unicode_case_map, -#endif /* ONIG_CASE_MAPPING */ }; ENC_ALIAS("UCS-4LE", "UTF-32LE") |