summaryrefslogtreecommitdiffstats
path: root/enc/utf_8.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 08:39:10 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-01 08:39:10 +0000
commitb550311f90f3a408bc712889abfb757f56ab4499 (patch)
tree0eceed3cb5e92f7e36b68e80e42f56342399baed /enc/utf_8.c
parentaff9875f6912cfc97baf807baa2b6d29a7ed44a7 (diff)
downloadruby-b550311f90f3a408bc712889abfb757f56ab4499.tar.gz
ruby-b550311f90f3a408bc712889abfb757f56ab4499.tar.xz
ruby-b550311f90f3a408bc712889abfb757f56ab4499.zip
* enc/ascii.c: ISO C does not allow extra ';' outside of a
function * enc/us_ascii.c: ditto. * enc/utf_8.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/utf_8.c')
-rw-r--r--enc/utf_8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/enc/utf_8.c b/enc/utf_8.c
index 4eaf6a21e..b8ee92feb 100644
--- a/enc/utf_8.c
+++ b/enc/utf_8.c
@@ -442,7 +442,7 @@ OnigEncodingDefine(utf_8, UTF_8) = {
left_adjust_char_head,
onigenc_always_true_is_allowed_reverse_match
};
-ENC_ALIAS("CP65001", "UTF-8");
+ENC_ALIAS("CP65001", "UTF-8")
/*
* Name: UTF8-MAC
@@ -450,6 +450,6 @@ ENC_ALIAS("CP65001", "UTF-8");
* Link: http://developer.apple.com/qa/qa2001/qa1235.html
* Link: http://developer.apple.com/jp/qa/qa2001/qa1235.html
*/
-ENC_REPLICATE("UTF8-MAC", "UTF-8");
-ENC_ALIAS("UTF-8-MAC", "UTF8-MAC");
+ENC_REPLICATE("UTF8-MAC", "UTF-8")
+ENC_ALIAS("UTF-8-MAC", "UTF8-MAC")