Mercurial > emacs
diff src/Makefile.in @ 8327:0e8bf0c4ffef
Add #undef alloca.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 25 Jul 1994 18:39:55 +0000 |
| parents | a0fd123ca2a6 |
| children | f4138f5dc0d3 |
line wrap: on
line diff
--- 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. */
