aboutsummaryrefslogtreecommitdiffstats
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
commit0052259d5e9934de20411943ce2077909e82d1d3 (patch)
tree9e2431ca530dfcd75581508ee8f21fb9e569154b /regenc.h
parenta0029e3adc2760bf9e617f6cc1e3ecc88c13779c (diff)
downloadruby-0052259d5e9934de20411943ce2077909e82d1d3.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/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 9b924261bd..c7026fb40e 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 */