aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-05-09 13:54:51 +0000
committerRichard M. Stallman2003-05-09 13:54:51 +0000
commitecc4e8e0b5b3aa13a2a19616e90d946d3a4c56c9 (patch)
tree3707af296e6f0a0d5b7c51e32dd2ede5f1c3cd0c /src
parent46158a353b4072cfd75650e3296c90b4008b6420 (diff)
downloademacs-ecc4e8e0b5b3aa13a2a19616e90d946d3a4c56c9.tar.gz
emacs-ecc4e8e0b5b3aa13a2a19616e90d946d3a4c56c9.zip
(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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:
1034 whenever emacs was #defined, but that's not appropriate for all 1034 whenever emacs was #defined, but that's not appropriate for all
1035 users of alloca in Emacs. Check out ../lib-src/getopt.c. */ 1035 users of alloca in Emacs. Check out ../lib-src/getopt.c. */
1036alloca.o : alloca.c 1036alloca.o : alloca.c
1037 $(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree \ 1037 $(CC) -c $(CPPFLAGS) -DEMACS_FREE=xfree -DDO_BLOCK_INPUT \
1038 $(ALL_CFLAGS) ${srcdir}/alloca.c 1038 $(ALL_CFLAGS) ${srcdir}/alloca.c
1039#else 1039#else
1040#ifndef HAVE_ALLOCA 1040#ifndef HAVE_ALLOCA