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

index 1e00ed1ad5a35136e4526e93f6627565cef94ade..643a54d2501fa116e847207c71b640f135e9ab91 100644 (file)
@@ -58,6 +58,12 @@ SHELL=/bin/sh
 #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. */