mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (enc/unicode/name2ctype.h): remove duplicated
ifdefs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54f282c2c4
commit
f6a635a919
4 changed files with 6 additions and 9 deletions
|
@ -36,7 +36,6 @@ error "gperf generated tables don't work with this execution character set. Plea
|
|||
|
||||
#define long size_t
|
||||
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
/* 'Any': - */
|
||||
static const OnigCodePoint CR_Any[] = {
|
||||
|
@ -14969,7 +14968,6 @@ static const OnigCodePoint CR_Unknown[] = {
|
|||
0xe01f0, 0x10ffff,
|
||||
}; /* CR_Unknown */
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
|
||||
/* 'Age_1_1': Derived Age 1.1 */
|
||||
static const OnigCodePoint CR_Age_1_1[] = {
|
||||
|
@ -21972,7 +21970,6 @@ static const OnigCodePoint* const CodeRanges[] = {
|
|||
CR_Word,
|
||||
CR_Alnum,
|
||||
CR_ASCII,
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
CR_Any,
|
||||
CR_Assigned,
|
||||
|
@ -22173,7 +22170,6 @@ static const OnigCodePoint* const CodeRanges[] = {
|
|||
CR_Age_5_2,
|
||||
CR_Age_6_0,
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
};
|
||||
struct uniname2ctype_struct {
|
||||
int name, ctype;
|
||||
|
|
|
@ -36,7 +36,6 @@ error "gperf generated tables don't work with this execution character set. Plea
|
|||
|
||||
#define long size_t
|
||||
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
/* 'Any': - */
|
||||
static const OnigCodePoint CR_Any[] = {
|
||||
|
@ -14969,7 +14968,6 @@ static const OnigCodePoint CR_Unknown[] = {
|
|||
0xe01f0, 0x10ffff,
|
||||
}; /* CR_Unknown */
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
|
||||
/* 'Age_1_1': Derived Age 1.1 */
|
||||
static const OnigCodePoint CR_Age_1_1[] = {
|
||||
|
@ -21972,7 +21970,6 @@ static const OnigCodePoint* const CodeRanges[] = {
|
|||
CR_Word,
|
||||
CR_Alnum,
|
||||
CR_ASCII,
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
CR_Any,
|
||||
CR_Assigned,
|
||||
|
@ -22173,7 +22170,6 @@ static const OnigCodePoint* const CodeRanges[] = {
|
|||
CR_Age_5_2,
|
||||
CR_Age_6_0,
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
#endif /* USE_UNICODE_PROPERTIES */
|
||||
};
|
||||
struct uniname2ctype_struct {
|
||||
int name, ctype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue