зеркало из https://github.com/github/ruby.git
* 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:
Родитель
f55963c939
Коммит
149a03bdfb
|
@ -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
|
||||
|
|
3
regint.h
3
regint.h
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче