From 5e4c74dfd5927b3829b4f5e04a7964dbac6a4f34 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 31 Dec 2018 06:44:45 -0800 Subject: Eliminate ALLOCA_H. * configure: Instead of generating a definition of ALLOCA_H, generate the variable HAVE_ALLOCA_ with a value of 1, where is one of stdlib, alloca or malloc. * alloca.h: New header. * args.c, eval.c, ffi.c ffi.c, ftw.c, hash.c, lib.c, match.c, parser.c, parser.y, regex.c, socket.c, stream.c, struct.c, sysif.c, syslog.c, termios.c, unwind.c, vm.c: Include "alloca.h" instead of ALLOCA_H. --- parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.y') diff --git a/parser.y b/parser.y index 54caed43..9b582b2f 100644 --- a/parser.y +++ b/parser.y @@ -38,7 +38,7 @@ #include #include #include "config.h" -#include ALLOCA_H +#include "alloca.h" #include "lib.h" #include "signal.h" #include "unwind.h" -- cgit v1.2.3