diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-03 14:14:08 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-03 14:14:08 +0000 |
commit | 49b0a4d5edf3a86b2854bdf3d6d705d199f0aa90 (patch) | |
tree | e1eca921670d905050b8450d52ce7e7f1bb71b2e /regenc.h | |
parent | 0e5360b2e406fd0f182e62bc5cb38be4d43a9afc (diff) | |
download | ruby-49b0a4d5edf3a86b2854bdf3d6d705d199f0aa90.tar.gz |
* include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.
* regenc.h: include ruby/defines.h.
* regint.h: x64-mswin64 support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regenc.h')
-rw-r--r-- | regenc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ */ #ifndef REGINT_H #include "ruby/config.h" +#include "ruby/defines.h" #ifdef ONIG_ESCAPE_UCHAR_COLLISION #undef ONIG_ESCAPE_UCHAR_COLLISION #endif |