summaryrefslogtreecommitdiff
path: root/internal.h
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 /internal.h
parent0953efabbb990bf84d2436b2f140494a1c86ec3d (diff)
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 'internal.h')
-rw-r--r--internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal.h b/internal.h
index a8243a793f..feb51cf8a8 100644
--- a/internal.h
+++ b/internal.h
@@ -205,7 +205,6 @@ enum ruby_preserved_encindex {
ENCINDEX_UTF_8,
ENCINDEX_US_ASCII,
-#ifndef NO_PRESERVED_ENCODING
/* preserved indexes */
ENCINDEX_UTF_16BE,
ENCINDEX_UTF_16LE,
@@ -218,7 +217,6 @@ enum ruby_preserved_encindex {
/* for old options of regexp */
ENCINDEX_EUC_JP,
ENCINDEX_Windows_31J,
-#endif
ENCINDEX_BUILTIN_MAX
};