changeset 50917:30a3c60d6de9

(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 May 2003 13:54:51 +0000
parents e6d6dc2aa074
children d1b8ac33a632
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Fri May 09 13:54:14 2003 +0000
+++ b/src/Makefile.in	Fri May 09 13:54:51 2003 +0000
@@ -1034,7 +1034,7 @@
    whenever emacs was #defined, but that's not appropriate for all
    users of alloca in Emacs.  Check out ../lib-src/getopt.c.  */
 alloca.o : alloca.c
-	$(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree \
+	$(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree -DDO_BLOCK_INPUT \
 	$(ALL_CFLAGS) ${srcdir}/alloca.c
 #else
 #ifndef HAVE_ALLOCA