diff src/intervals.c @ 110512:ba79df773e8d

Fix last changes in editfns.c and intervals.c. editfns.c (clip_to_bounds): Return an EMACS_INT value. lisp.h (clip_to_bounds): Adjust prototype. intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Sep 2010 15:18:30 -0400
parents fa060a284a1b
children 565fc8de76e1
line wrap: on
line diff
--- a/src/intervals.c	Thu Sep 23 21:12:18 2010 +0200
+++ b/src/intervals.c	Thu Sep 23 15:18:30 2010 -0400
@@ -1926,7 +1926,7 @@
    Note that `stickiness' is determined by overlay marker insertion types,
    if the invisible property comes from an overlay.  */
 
-static int
+static EMACS_INT
 adjust_for_invis_intang (EMACS_INT pos, EMACS_INT test_offs, EMACS_INT adj,
 			 int test_intang)
 {