mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
enc/iso_8859_14.c: Fix compile error by old version of fcc on Solaris 10.
[Bug #12559] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e2bfb64815
commit
2529b3835f
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
|
|||
code = 's';
|
||||
}
|
||||
}
|
||||
//else if (code==0xAA || code==0xBA) ;
|
||||
/* else if (code==0xAA || code==0xBA) ; */
|
||||
else if ((EncISO_8859_14_CtypeTable[code] & BIT_CTYPE_UPPER)
|
||||
&& (flags & (ONIGENC_CASE_DOWNCASE|ONIGENC_CASE_FOLD))) {
|
||||
flags |= ONIGENC_CASE_MODIFIED;
|
||||
|
|
Loading…
Reference in a new issue