emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110501: * regex.c (immediate_quit) [


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110501: * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
Date: Wed, 10 Oct 2012 12:53:26 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110501
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-10 12:53:26 -0700
message:
  * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
modified:
  src/ChangeLog
  src/regex.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-10 15:59:49 +0000
+++ b/src/ChangeLog     2012-10-10 19:53:26 +0000
@@ -1,3 +1,7 @@
+2012-10-10  Paul Eggert  <address@hidden>
+
+       * regex.c (immediate_quit) [emacs]: Remove duplicate decl.
+
 2012-10-10  Juanma Barranquero  <address@hidden>
 
        * makefile.w32-in ($(BLD)/dispnew.$(O), $(BLD)/indent.$(O))

=== modified file 'src/regex.c'
--- a/src/regex.c       2012-09-16 21:43:55 +0000
+++ b/src/regex.c       2012-10-10 19:53:26 +0000
@@ -1834,7 +1834,6 @@
 /* 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;                        \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]