diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-19 02:50:12 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-19 02:50:12 +0000 |
commit | 149a03bdfbaffe39a454a695c5b4c531951193c7 (patch) | |
tree | 869c84add49355bee4d3e47795612c24273df7c1 /regint.h | |
parent | f55963c939144d39f6bd2a8bf75a7751a922f0ba (diff) | |
download | ruby-149a03bdfbaffe39a454a695c5b4c531951193c7.tar.gz |
* regint.h (include): include ruby.h instead of defines.h and config.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r-- | regint.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -84,8 +84,7 @@ /* */ /* escape other system UChar definition */ #ifndef RUBY_DEFINES_H -#include "ruby/config.h" -#include "ruby/defines.h" +#include "ruby/ruby.h" #endif #ifdef ONIG_ESCAPE_UCHAR_COLLISION #undef ONIG_ESCAPE_UCHAR_COLLISION |