* 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
Родитель f55963c939
Коммит 149a03bdfb
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

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