]> git.eshelyaron.com Git - emacs.git/commitdiff
Add #undef alloca.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 1994 23:26:23 +0000 (23:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 1994 23:26:23 +0000 (23:26 +0000)
lib-src/Makefile.in

index dda27528ef20d9c2c4f8066e1e3dde5007b9aa52..330d61684af17f07ec6b6491103a14b905b0987a 100644 (file)
@@ -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