(check_composition): Make start and end EMACS_INT.
authorDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:51:20 +0000 (13:51 +0000)
committerDave Love <fx@gnu.org>
Wed, 17 Sep 2003 13:51:20 +0000 (13:51 +0000)
src/indent.c

index 86984d4..ff5eb2f 100644 (file)
@@ -287,7 +287,7 @@ check_composition (pos, pos_byte, point, len, len_byte, width)
      int *len, *len_byte, *width;
 {
   Lisp_Object prop;
-  int start, end;
+  EMACS_INT start, end;
   int id;
 
   if (! find_composition (pos, -1, &start, &end, &prop, Qnil)