ruby-changes:43444
From: naruse <ko1@a...>
Date: Tue, 28 Jun 2016 13:38:37 +0900 (JST)
Subject: [ruby-changes:43444] naruse:r55518 (trunk): Revert "Use gperf 3.0.4"
naruse 2016-06-28 13:38:32 +0900 (Tue, 28 Jun 2016) New Revision: 55518 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55518 Log: Revert "Use gperf 3.0.4" It is wrong commit. Modified files: trunk/enc/unicode/casefold.h Index: enc/unicode/casefold.h =================================================================== --- enc/unicode/casefold.h (revision 55517) +++ enc/unicode/casefold.h (revision 55518) @@ -1327,7 +1327,7 @@ static const CaseFold_11_Type CaseFold_1 https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L1327 {0x0130, {2|F|D, {0x0069, 0x0307}}}, }; -/* C code produced by gperf version 3.0.3 */ +/* C code produced by gperf version 3.0.4 */ /* Command-line: gperf -7 -k1,2,3 -F,-1 -c -j1 -i1 -t -T -E -C -H onigenc_unicode_CaseFold_11_hash -N onigenc_unicode_CaseFold_11_lookup -n */ /* maximum key range = 2294, duplicates = 0 */ @@ -1372,7 +1372,7 @@ onigenc_unicode_CaseFold_11_hash(const O https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L1372 #ifdef __GNUC__ __inline -#ifdef __GNUC_STDC_INLINE__ +#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif @@ -4359,7 +4359,7 @@ static const CaseUnfold_11_Type CaseUnfo https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L4359 {0x0069, {1|U, {0x0049}}}, }; -/* C code produced by gperf version 3.0.3 */ +/* C code produced by gperf version 3.0.4 */ /* Command-line: gperf -7 -k1,2,3 -F,-1 -c -j1 -i1 -t -T -E -C -H onigenc_unicode_CaseUnfold_11_hash -N onigenc_unicode_CaseUnfold_11_lookup -n */ /* maximum key range = 1827, duplicates = 0 */ @@ -4403,7 +4403,7 @@ onigenc_unicode_CaseUnfold_11_hash(const https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L4403 #ifdef __GNUC__ __inline -#ifdef __GNUC_STDC_INLINE__ +#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif @@ -5994,7 +5994,7 @@ static const CaseUnfold_12_Type CaseUnfo https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L5994 {{0x0069, 0x0307}, {1, {0x0130}}}, }; -/* C code produced by gperf version 3.0.3 */ +/* C code produced by gperf version 3.0.4 */ /* Command-line: gperf -7 -k1,2,3,4,5,6 -F,-1 -c -j1 -i1 -t -T -E -C -H onigenc_unicode_CaseUnfold_12_hash -N onigenc_unicode_CaseUnfold_12_lookup -n */ /* maximum key range = 71, duplicates = 0 */ @@ -6031,7 +6031,7 @@ onigenc_unicode_CaseUnfold_12_hash(const https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L6031 #ifdef __GNUC__ __inline -#ifdef __GNUC_STDC_INLINE__ +#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif @@ -6150,7 +6150,7 @@ static const CaseUnfold_13_Type CaseUnfo https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L6150 {{0x03c9, 0x0342, 0x03b9}, {1, {0x1ff7}}}, }; -/* C code produced by gperf version 3.0.3 */ +/* C code produced by gperf version 3.0.4 */ /* Command-line: gperf -7 -k1,2,3,4,5,6,7,8,9 -F,-1 -c -j1 -i1 -t -T -E -C -H onigenc_unicode_CaseUnfold_13_hash -N onigenc_unicode_CaseUnfold_13_lookup -n */ /* maximum key range = 20, duplicates = 0 */ @@ -6187,7 +6187,7 @@ onigenc_unicode_CaseUnfold_13_hash(const https://github.com/ruby/ruby/blob/trunk/enc/unicode/casefold.h#L6187 #ifdef __GNUC__ __inline -#ifdef __GNUC_STDC_INLINE__ +#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/