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
This commit is contained in:
nobu 2015-09-15 05:49:20 +00:00
parent ca5c9084dc
commit 078b6c9838
10 changed files with 83 additions and 24 deletions

1
file.c
View file

@ -28,6 +28,7 @@
#include "ruby/util.h"
#include "ruby/thread.h"
#include "dln.h"
#include "encindex.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>