summaryrefslogtreecommitdiff
path: root/missing/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/alloca.c')
-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