aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-15 05:49:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-15 05:49:20 +0000
commit3b2a54a9c3941f7f7575574c5ee63625fd64e086 (patch)
tree627cc166887023d42b9fbaedb54af660c50a3f0f /re.c
parentacb5a8494cf1ebf078a1d8770a4308287a8765fd (diff)
downloadruby-3b2a54a9c3941f7f7575574c5ee63625fd64e086.tar.gz
encindex.h: ENCINDEX
* encindex.h: separate encoding index constants from internal.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/re.c b/re.c
index efcc9dbdda..eb87d0ea88 100644
--- a/re.c
+++ b/re.c
@@ -13,6 +13,7 @@
#include "ruby/re.h"
#include "ruby/util.h"
#include "regint.h"
+#include "encindex.h"
#include <ctype.h>
VALUE rb_eRegexpError;