Skip to content

Commit

Permalink
* regint.h: use "ruby/..." instead of <ruby/...>.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jul 22, 2008
1 parent 784ddb8 commit 9654ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regint.h
Expand Up @@ -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;
Expand Down

0 comments on commit 9654ea6

Please sign in to comment.