aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-25 10:50:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-25 10:50:52 +0000
commitf37a49e8c8f76eacfc8a5ce66040cc017dbe34ff (patch)
treebcb85c6522476e05a46c3d79c105723cbfcc3fff /regint.h
parent7c8ad088f5ca528fd47138bb8f6fed19201dca59 (diff)
downloadruby-f37a49e8c8f76eacfc8a5ce66040cc017dbe34ff.tar.gz
* regint.c (xmalloc, xrealloc, xfree): not to use ruby managed memory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/regint.h b/regint.h
index 63d9a12a2d..e6c499ac7e 100644
--- a/regint.h
+++ b/regint.h
@@ -85,6 +85,10 @@
/* escape other system UChar definition */
#ifndef RUBY_DEFINES_H
#include "ruby/ruby.h"
+#undef xmalloc
+#undef xrealloc
+#undef xcalloc
+#undef xfree
#endif
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
#undef ONIG_ESCAPE_UCHAR_COLLISION