aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 8c716e7be7..a5d72164ec 100644
--- a/internal.h
+++ b/internal.h
@@ -204,6 +204,10 @@ enum ruby_preserved_encindex {
#ifndef NO_PRESERVED_ENCODING
/* preserved indexes */
+ ENCINDEX_UTF_16BE,
+ ENCINDEX_UTF_16LE,
+ ENCINDEX_UTF_32BE,
+ ENCINDEX_UTF_32LE,
#endif
ENCINDEX_BUILTIN_MAX