From: Richard M. Stallman Date: Fri, 9 May 2003 13:54:51 +0000 (+0000) Subject: (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. X-Git-Tag: ttn-vms-21-2-B4~10230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecc4e8e0b5b3aa13a2a19616e90d946d3a4c56c9;p=emacs.git (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. --- 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