summaryrefslogtreecommitdiff
path: root/regenc.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-03 14:14:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-03 14:14:08 +0000
commit49b0a4d5edf3a86b2854bdf3d6d705d199f0aa90 (patch)
treee1eca921670d905050b8450d52ce7e7f1bb71b2e /regenc.h
parent0e5360b2e406fd0f182e62bc5cb38be4d43a9afc (diff)
* 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regenc.h b/regenc.h
index 882971ceb6..7aeb19a668 100644
--- a/regenc.h
+++ b/regenc.h
@@ -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