summaryrefslogtreecommitdiffstats
path: root/regenc.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-17 14:56:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-17 14:56:22 +0000
commitb18593cfbcdc4b039d08ac0b3002f3c7ce40e745 (patch)
tree9e2431ca530dfcd75581508ee8f21fb9e569154b /regenc.h
parent83a4311d7d3f10fbc98a9b64fc24805b870bd152 (diff)
downloadruby-b18593cfbcdc4b039d08ac0b3002f3c7ce40e745.tar.gz
ruby-b18593cfbcdc4b039d08ac0b3002f3c7ce40e745.tar.xz
ruby-b18593cfbcdc4b039d08ac0b3002f3c7ce40e745.zip
* common.mk (encdb.h): give output file name to make_encdb.rb.
* encoding.c (enc_table): simplified. * encoding.c (enc_register_at): lazy loading. [ruby-dev:33013] * regenc.h (ENC_DUMMY): added. * enc/make_encdb.rb: now emits macros only. * enc/iso_2022_jp.h: split from encoding.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regenc.h')
-rw-r--r--regenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regenc.h b/regenc.h
index 9b924261b..c7026fb40 100644
--- a/regenc.h
+++ b/regenc.h
@@ -202,5 +202,6 @@ extern int ONIG_ENC_REGISTER(const char *, OnigEncodingType*);
/* macros for define replica encoding and encoding alias */
#define ENC_REPLICATE(name, orig)
#define ENC_ALIAS(name, orig)
+#define ENC_DUMMY(name)
#endif /* REGENC_H */