]> git.eshelyaron.com Git - emacs.git/commitdiff
(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 May 2003 13:54:51 +0000 (13:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 May 2003 13:54:51 +0000 (13:54 +0000)
src/Makefile.in

index 1ea88981bb056234526dfada2181b729f4d99837..bb76623870e52c60652ce97ad5c79a391578f618 100644 (file)
@@ -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