From e95a439c6dbe863c431eed51fb5591f38e73fba3 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 11 Feb 2010 10:20:43 +0000 Subject: * 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 --- ChangeLog | 4 ++++ missing/alloca.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed44ff519c..09ff121300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 11 19:19:21 2010 Kazuhiro NISHIYAMA + + * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395] + Thu Feb 11 17:52:11 2010 Nobuyoshi Nakada * vm.c (vm_exec): reset thread state before restarting vm loop 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 -- cgit v1.2.3