summaryrefslogtreecommitdiffstats
path: root/enc/euc_jp.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/euc_jp.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/euc_jp.c')
-rw-r--r--enc/euc_jp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/euc_jp.c b/enc/euc_jp.c
index ea2a8e072..240e11013 100644
--- a/enc/euc_jp.c
+++ b/enc/euc_jp.c
@@ -341,7 +341,7 @@ get_ctype_code_range(int ctype, OnigCodePoint* sb_out,
}
-OnigEncodingType OnigEncodingEUC_JP = {
+OnigEncodingDefine(EUC_JP) = {
mbc_enc_len,
"EUC-JP", /* name */
3, /* max enc length */