]> git.eshelyaron.com Git - emacs.git/commitdiff
* marker.c (cached_modiff): EMACS_INT, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Oct 2012 04:33:12 +0000 (21:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Oct 2012 04:33:12 +0000 (21:33 -0700)
src/ChangeLog
src/marker.c

index 12b14625a91c3113db0c8bd2281721012d9bec7e..0b274598986836e7d98acf2a84d8ab796079fba8 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-11  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * marker.c (cached_modiff): EMACS_INT, not int.
+
        * w32select.c (waiting_for_input): Declare by including "keyboard.h"
        instead of having a wrong decl.
        * nsmenu.m (waiting_for_input): Remove wrong decl.
index e01647bdb2a392dd67b37e940ee1ddec0a0a08bb..2e2aba579db268251691114ca5d47fe1cf68fc76 100644 (file)
@@ -29,7 +29,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 static ptrdiff_t cached_charpos;
 static ptrdiff_t cached_bytepos;
 static struct buffer *cached_buffer;
-static int cached_modiff;
+static EMACS_INT cached_modiff;
 
 /* Juanma Barranquero <lekktu@gmail.com> reported ~3x increased
    bootstrap time when byte_char_debug_check is enabled; so this