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
@ -250,7 +250,7 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp,
|
|||||||
code = 's';
|
code = 's';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//else if (code==0xAA || code==0xBA) ;
|
/* else if (code==0xAA || code==0xBA) ; */
|
||||||
else if ((EncISO_8859_14_CtypeTable[code] & BIT_CTYPE_UPPER)
|
else if ((EncISO_8859_14_CtypeTable[code] & BIT_CTYPE_UPPER)
|
||||||
&& (flags & (ONIGENC_CASE_DOWNCASE|ONIGENC_CASE_FOLD))) {
|
&& (flags & (ONIGENC_CASE_DOWNCASE|ONIGENC_CASE_FOLD))) {
|
||||||
flags |= ONIGENC_CASE_MODIFIED;
|
flags |= ONIGENC_CASE_MODIFIED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user