ruby-changes:4307
From: ko1@a...
Date: Wed, 19 Mar 2008 11:50:32 +0900 (JST)
Subject: [ruby-changes:4307] usa - Ruby:r15797 (trunk): * regint.h (include): include ruby.h instead of defines.h and config.h.
usa 2008-03-19 11:50:12 +0900 (Wed, 19 Mar 2008) New Revision: 15797 Modified files: trunk/ChangeLog trunk/regint.h Log: * regint.h (include): include ruby.h instead of defines.h and config.h. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15797&r2=15796&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regint.h?r1=15797&r2=15796&diff_format=u Index: ChangeLog =================================================================== --- ChangeLog (revision 15796) +++ ChangeLog (revision 15797) @@ -1,3 +1,7 @@ +Wed Mar 19 11:49:47 2008 NAKAMURA Usaku <usa@r...> + + * regint.h (include): include ruby.h instead of defines.h and config.h. + Wed Mar 19 10:17:12 2008 Yukihiro Matsumoto <matz@r...> * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt check Index: regint.h =================================================================== --- regint.h (revision 15796) +++ regint.h (revision 15797) @@ -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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/