summaryrefslogtreecommitdiff
path: root/enc/iso_8859_14.c
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 13:26:53 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 13:26:53 +0000
commit2529b3835f10eb2659705fc373dc0d79a4dd9c5a (patch)
treea720095923060bbed608fb6ac41c6fd2871a2b39 /enc/iso_8859_14.c
parente2bfb648153ec5627051a3de2aa19a90f6689372 (diff)
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
Diffstat (limited to 'enc/iso_8859_14.c')
-rw-r--r--enc/iso_8859_14.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_14.c b/enc/iso_8859_14.c
index 0ea012c117..708204b662 100644
--- a/enc/iso_8859_14.c
+++ b/enc/iso_8859_14.c
@@ -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;