summaryrefslogtreecommitdiffstats
path: root/enc/iso_8859_3.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-20 08:07:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-20 08:07:56 +0000
commit5095941cca3fed7443af4405d926e15790eb1ece (patch)
treefcfaf15c7c5843954940f34a66abee4e68901b89 /enc/iso_8859_3.c
parent7a8d52c7cd2d8a14e8933a501eda588f47d01653 (diff)
downloadruby-5095941cca3fed7443af4405d926e15790eb1ece.tar.gz
ruby-5095941cca3fed7443af4405d926e15790eb1ece.tar.xz
ruby-5095941cca3fed7443af4405d926e15790eb1ece.zip
* common.mk (enc.mk): depends on rbconfig.rb.
* regenc.h (OnigEncodingDefine): external encoding definition macro. * enc/Makefile.in: fix for linking. * enc/depend, enc/make_encmake.rb: fix for Windows. * enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: renamed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_3.c')
-rw-r--r--enc/iso_8859_3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/iso_8859_3.c b/enc/iso_8859_3.c
index 41888952f..952483a43 100644
--- a/enc/iso_8859_3.c
+++ b/enc/iso_8859_3.c
@@ -219,7 +219,7 @@ get_case_fold_codes_by_str(OnigCaseFoldType flag,
flag, p, end, items);
}
-OnigEncodingType OnigEncodingISO_8859_3 = {
+OnigEncodingDefine(ISO_8859_3) = {
onigenc_single_byte_mbc_enc_len,
"ISO-8859-3", /* name */
1, /* max enc length */