Mercurial > emacs
changeset 8327:0e8bf0c4ffef
Add #undef alloca.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Jul 1994 18:39:55 +0000 |
parents | 57533025d628 |
children | 40551ba18423 |
files | src/Makefile.in |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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. */