Mercurial > emacs
diff lib-src/Makefile.in @ 8337:5102144886de
Add #undef alloca.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 25 Jul 1994 23:26:23 +0000 |
| parents | a8ed7164a837 |
| children | b84147ed033d |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon Jul 25 23:21:24 1994 +0000 +++ b/lib-src/Makefile.in Mon Jul 25 23:26:23 1994 +0000 @@ -109,6 +109,12 @@ #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
