From 4622fe48fc0e06e0ac612b1b9bdb3ce826e62f4a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jul 1994 18:39:55 +0000 Subject: [PATCH] Add #undef alloca. --- src/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index 1e00ed1ad5a..643a54d2501 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -58,6 +58,12 @@ SHELL=/bin/sh #define NOT_C_CODE #include "config.h" +/* We won't really call alloca; + don't let the file name alloca.c get messed up. */ +#ifdef alloca +#undef alloca +#endif + /* Use HAVE_X11 as an alias for X11 in this file to avoid problems with X11 as a subdirectory name in -I and other such options which pass through this file. */ -- 2.39.5