aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-11 10:20:43 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-11 10:20:43 +0000
commite95a439c6dbe863c431eed51fb5591f38e73fba3 (patch)
tree060b314a69bab13c5b4717e4a2539847ac494ef6 /missing
parent485c571bf1c95875c33a3309cf1ce58d3518f167 (diff)
downloadruby-e95a439c6dbe863c431eed51fb5591f38e73fba3.tar.gz
* missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r--missing/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/alloca.c b/missing/alloca.c
index 620eef12e5..d23917f3f7 100644
--- a/missing/alloca.c
+++ b/missing/alloca.c
@@ -54,7 +54,7 @@ typedef char *pointer; /* generic pointer type */
#define NULL 0 /* null pointer constant */
-#ifdef RUBY_LIB
+#ifdef RUBY_LIB_PREFIX
#define xmalloc ruby_xmalloc
#define xfree ruby_xfree
#endif