summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gc.c b/gc.c
index 56dddc5d5a..e4b301f5c9 100644
--- a/gc.c
+++ b/gc.c
@@ -50,12 +50,6 @@ void *alloca();
#pragma alloca
#endif
-#ifdef C_ALLOCA
-#ifndef alloca
-void *alloca();
-#endif
-#endif
-
static void run_final();
#ifndef GC_MALLOC_LIMIT