aboutsummaryrefslogtreecommitdiffstats
path: root/dmyencoding.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-02 08:22:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-02 08:22:15 +0000
commit263ce88f9f2f713273e628bcef64e5f13cdbc2ff (patch)
tree58bdd80c811af5b114684a94d1f772d1c09ccf6c /dmyencoding.c
parent22d508fc275ef1788e4510503217a7cc101bc6dd (diff)
downloadruby-263ce88f9f2f713273e628bcef64e5f13cdbc2ff.tar.gz
encoding.c: preserved encindex
* encoding.c (rb_enc_init): register preserved indexes. * internal.h (ruby_preserved_encindex): move from encoding.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dmyencoding.c')
-rw-r--r--dmyencoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmyencoding.c b/dmyencoding.c
index 1bd1106e69..99a727eb62 100644
--- a/dmyencoding.c
+++ b/dmyencoding.c
@@ -1,2 +1,3 @@
#define NO_LOCALE_CHARMAP 1
+#define NO_PRESERVED_ENCODING 1
#include "encoding.c"