(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.

This commit is contained in:
Richard M. Stallman 2003-05-09 13:54:51 +00:00
parent 46158a353b
commit ecc4e8e0b5

View 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