aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
Diffstat (limited to 'missing')
-rw-r--r--missing/alloca.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/missing/alloca.c b/missing/alloca.c
index 960cda0c32..96121f7647 100644
--- a/missing/alloca.c
+++ b/missing/alloca.c
@@ -58,10 +58,8 @@ typedef char *pointer; /* generic pointer type */
#define NULL 0 /* null pointer constant */
#endif
-#ifdef RUBY_LIB_PREFIX
#define xmalloc ruby_xmalloc
#define xfree ruby_xfree
-#endif
extern void xfree();
extern pointer xmalloc();