* regint.h: use "ruby/..." instead of <ruby/...>.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-07-22 07:05:17 +00:00
Родитель 784ddb80d2
Коммит 9654ea62cc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -813,7 +813,7 @@ extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNod
/* strend hash */
typedef void hash_table_type;
#ifdef RUBY
#include <ruby/st.h>
#include "ruby/st.h"
typedef st_data_t hash_data_type;
#else
typedef unsigned long hash_data_type;