From 817a4e3c83fd830b93c286159e97a18654db1c35 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Dec 2007 02:23:26 +0000 Subject: * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb. * encoding.c (Init_Encoding): ISO-8859-1 is no longer a replica. * regenc.h (OnigEncodingDefine): names of extension and encoding can differ. * enc/Makefile.in: always shared. * enc/depend (deffile): should not upcase. * enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: fix for Init. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/iso_8859_4.c') diff --git a/enc/iso_8859_4.c b/enc/iso_8859_4.c index a82ec3c3ba..cc103cd924 100644 --- a/enc/iso_8859_4.c +++ b/enc/iso_8859_4.c @@ -221,7 +221,7 @@ get_case_fold_codes_by_str(OnigCaseFoldType flag, flag, p, end, items); } -OnigEncodingDefine(ISO_8859_4) = { +OnigEncodingDefine(iso_8859_4, ISO_8859_4) = { onigenc_single_byte_mbc_enc_len, "ISO-8859-4", /* name */ 1, /* max enc length */ -- cgit v1.2.3