summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-25 23:26:23 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-25 23:26:23 +0000
commit660f00173e8331df221d7f1cab876ede72890713 (patch)
treef416a243876def05e2e61af9ff97b9c5b71555a1 /lib-src/Makefile.in
parent5831ea51638275f5ffe6e045695cf3918c2c5f03 (diff)
downloademacs-660f00173e8331df221d7f1cab876ede72890713.tar.gz
Add #undef alloca.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index dda27528ef2..330d61684af 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -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