# HG changeset patch # User Richard M. Stallman # Date 775161595 0 # Node ID 0e8bf0c4ffef63c70db02dcc230ae13d1b6aef35 # Parent 57533025d62850f3a14b9b9e2b667b1f0d2f5d26 Add #undef alloca. diff -r 57533025d628 -r 0e8bf0c4ffef src/Makefile.in --- a/src/Makefile.in Mon Jul 25 00:34:55 1994 +0000 +++ b/src/Makefile.in Mon Jul 25 18:39:55 1994 +0000 @@ -58,6 +58,12 @@ #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. */