aboutsummaryrefslogtreecommitdiffstats
path: root/dmyencoding.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-14 17:33:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-14 17:33:02 +0000
commita10591ac8c21dcac8189e6d31f1f1016aa62707f (patch)
tree2109b17bb4a54875c240b3349f0bb32181eb1ef8 /dmyencoding.c
parent0953efabbb990bf84d2436b2f140494a1c86ec3d (diff)
downloadruby-a10591ac8c21dcac8189e6d31f1f1016aa62707f.tar.gz
encoding.c: NO_PRESERVED_ENCODING
* encoding.c (rb_enc_init): no longer needs NO_PRESERVED_ENCODING. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41970 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 99a727eb62..1bd1106e69 100644
--- a/dmyencoding.c
+++ b/dmyencoding.c
@@ -1,3 +1,2 @@
#define NO_LOCALE_CHARMAP 1
-#define NO_PRESERVED_ENCODING 1
#include "encoding.c"