From 59ed372bcb5ddcb04f743509fb7c318645261149 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 26 Aug 2019 14:06:52 +0000 Subject: merge revision(s) 179045acaf5de8398c321ada86a76f1afb77a796: [Backport #14539] regparse.c: Suppress duplicated range warning by mere \X * regparse.c (node_extended_grapheme_cluster): as Unicode 10 has added Grapheme_Cluster_Break properties to some characters, remove duplicated ranges for Unicode 9. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/unicode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'enc') diff --git a/enc/unicode.c b/enc/unicode.c index 72ff5a96e7..c909022989 100644 --- a/enc/unicode.c +++ b/enc/unicode.c @@ -786,7 +786,6 @@ SpecialsCopy: return (int )(to - to_start); } -#if 0 const char onigenc_unicode_version_string[] = #ifdef ONIG_UNICODE_VERSION_STRING ONIG_UNICODE_VERSION_STRING @@ -802,4 +801,3 @@ const int onigenc_unicode_version_number[3] = { 0 #endif }; -#endif -- cgit v1.2.3