From: Richard M. Stallman Date: Mon, 25 Jul 1994 18:39:55 +0000 (+0000) Subject: Add #undef alloca. X-Git-Tag: emacs-19.34~7526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4622fe48fc0e06e0ac612b1b9bdb3ce826e62f4a;p=emacs.git Add #undef alloca. --- 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. */