From ecc4e8e0b5b3aa13a2a19616e90d946d3a4c56c9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 May 2003 13:54:51 +0000 Subject: [PATCH] (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 1ea88981bb0..bb76623870e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1034,7 +1034,7 @@ stamp-oldxmenu: 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 -- 2.39.2