summaryrefslogtreecommitdiffstats
path: root/dmyencoding.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-07 06:51:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-07 06:51:33 +0000
commit706c734d7d21a8b9ebec14bda40d997626d508ce (patch)
tree3a4e5b086b088f66da4d9639d1a98b39d62820f3 /dmyencoding.c
parent7d4d369839d30540ea7b37812a0e39dcc0e080bc (diff)
downloadruby-706c734d7d21a8b9ebec14bda40d997626d508ce.tar.gz
ruby-706c734d7d21a8b9ebec14bda40d997626d508ce.tar.xz
ruby-706c734d7d21a8b9ebec14bda40d997626d508ce.zip
* encoding.c (enc_init_db): moved to enc/encdb.c.
* transcode.c (init_transcoder_table): moved to enc/trans/transdb.c. * enc/depend (enc/encdb.o enc/trans/transdb.o): depend on corresponding headers. * common.mk (COMMONOBJS): moved transcode.o from OBJS git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dmyencoding.c')
-rw-r--r--dmyencoding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmyencoding.c b/dmyencoding.c
index dc00172ce..1bd1106e6 100644
--- a/dmyencoding.c
+++ b/dmyencoding.c
@@ -1,3 +1,2 @@
-#define NO_ENCDB_H 1
#define NO_LOCALE_CHARMAP 1
#include "encoding.c"