# HG changeset patch # User Richard M. Stallman # Date 1052488454 0 # Node ID e6d6dc2aa07464923f6d68bf41698566fcb7dc1c # Parent 76fd88f6c7908fe42175f6adf6c6c54728194738 Test DO_BLOCK_INPUT rather than `emacs' for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h. diff -r 76fd88f6c790 -r e6d6dc2aa074 src/alloca.c --- a/src/alloca.c Fri May 09 13:21:05 2003 +0000 +++ b/src/alloca.c Fri May 09 13:54:14 2003 +0000 @@ -32,7 +32,7 @@ # include #endif -#ifdef emacs +#ifdef DO_BLOCK_INPUT # include "lisp.h" # include "blockinput.h" #endif @@ -196,7 +196,7 @@ { register header *hp; /* Traverses linked list. */ -# ifdef emacs +# ifdef DO_BLOCK_INPUT BLOCK_INPUT; # endif @@ -215,7 +215,7 @@ last_alloca_header = hp; /* -> last valid storage. */ -# ifdef emacs +# ifdef DO_BLOCK_INPUT UNBLOCK_INPUT; # endif }