]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispnew.c (Fframe_of_buffer_changed_p): Use ptrdiff_t, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Sep 2011 16:00:12 +0000 (09:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Sep 2011 16:00:12 +0000 (09:00 -0700)
src/ChangeLog
src/dispnew.c

index a273fd6ece09f76d2b9c473b46a29cbd0ea21bee..52514d36429d2633a0e8f6932b760c7ee75ef229 100644 (file)
        (increment_row_positions, mode_line_string)
        (marginal_area_string):
        Use ptrdiff_t, not EMACS_INT, where ptrdiff_t is wide enough.
-       (change_frame_size_1, Fredisplay):
+       (change_frame_size_1, Fredisplay, Fframe_or_buffer_changed_p):
        Use ptrdiff_t, not int, to avoid needless 32-bit limit on 64-bit hosts.
        (duration_to_sec_usec): New function, to check for overflow better.
        (Fsleep_for, sit_for): Use it.
index 264db3ce4f92412ba20e0c6955b701f6aed6e0a5..32795a5fed9d9c5479f6d17fdd3836983bbad885 100644 (file)
@@ -6033,7 +6033,7 @@ pass nil for VARIABLE.  */)
 {
   Lisp_Object state, tail, frame, buf;
   Lisp_Object *vecp, *end;
-  int n;
+  ptrdiff_t n;
 
   if (! NILP (variable))
     {