* regex.c (immediate_quit) [emacs]: Remove duplicate decl.

This commit is contained in:
Paul Eggert 2012-10-10 12:53:26 -07:00
parent 29f21cdf23
commit e738ca5624
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
* regex.c (immediate_quit) [emacs]: Remove duplicate decl.
2012-10-10 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))

View file

@ -1834,7 +1834,6 @@ typedef struct
/* Explicit quit checking is needed for Emacs, which uses polling to
process input events. */
#ifdef emacs
extern int immediate_quit;
# define IMMEDIATE_QUIT_CHECK \
do { \
if (immediate_quit) QUIT; \