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 | 1db7f07df2b314c5e502cb21ebebe2eb30803f01 (patch) | |
| tree | 869c84add49355bee4d3e47795612c24273df7c1 | |
| parent | d3d71cbd949dd5529349423bb0849d0260642e03 (diff) | |
| download | ruby-1db7f07df2b314c5e502cb21ebebe2eb30803f01.tar.gz ruby-1db7f07df2b314c5e502cb21ebebe2eb30803f01.tar.xz ruby-1db7f07df2b314c5e502cb21ebebe2eb30803f01.zip | |
* regint.h (include): include ruby.h instead of defines.h and config.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | regint.h | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Wed Mar 19 11:49:47 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * regint.h (include): include ruby.h instead of defines.h and config.h. + Wed Mar 19 10:17:12 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt check @@ -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 |
