summaryrefslogtreecommitdiffstats
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
commitc5845a63ca63eaa24b23ab69670e337380dafeeb (patch)
treebcb85c6522476e05a46c3d79c105723cbfcc3fff
parentd065c53f830e6ddfab5bf66795ce99759f0f596a (diff)
downloadruby-c5845a63ca63eaa24b23ab69670e337380dafeeb.tar.gz
ruby-c5845a63ca63eaa24b23ab69670e337380dafeeb.tar.xz
ruby-c5845a63ca63eaa24b23ab69670e337380dafeeb.zip
* regint.c (xmalloc, xrealloc, xfree): not to use ruby managed memory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--regint.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2658d1f7e..3965fb1e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 25 19:50:49 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * regint.c (xmalloc, xrealloc, xfree): not to use ruby managed memory.
+
Fri Jul 25 15:52:40 2008 Koichi Sasada <ko1@atdot.net>
* vm.c (vm_invoke_proc): skip setting safe_level if
diff --git a/regint.h b/regint.h
index 63d9a12a2..e6c499ac7 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