1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
parent 784ddb80d2
commit 9654ea62cc

View file

@ -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;