From: Richard M. Stallman Date: Mon, 25 Jul 1994 23:26:23 +0000 (+0000) Subject: Add #undef alloca. X-Git-Tag: emacs-19.34~7516 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89b3f8941902f9ec9267d9431c247c1d27fbda24;p=emacs.git Add #undef alloca. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index dda27528ef2..330d61684af 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -109,6 +109,12 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ #define NOT_C_CODE #include "../src/config.h" +/* We won't really call alloca; + don't let the file name alloca.c get messed up. */ +#ifdef alloca +#undef alloca +#endif + /* Some s/*.h files define this to request special libraries. */ #ifndef LIBS_SYSTEM #define LIBS_SYSTEM