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

* 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
This commit is contained in:
usa 2008-03-19 02:50:12 +00:00
parent f55963c939
commit 149a03bdfb
2 changed files with 5 additions and 2 deletions

View file

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

View file

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