diff src/indent.c @ 89510:7e2d74e52afc

(check_composition): Make start and end EMACS_INT.
author Dave Love <fx@gnu.org>
date Wed, 17 Sep 2003 13:51:20 +0000
parents 2f877ed80fa6
children 68c22ea6027c
line wrap: on
line diff
--- a/src/indent.c	Wed Sep 17 13:50:54 2003 +0000
+++ b/src/indent.c	Wed Sep 17 13:51:20 2003 +0000
@@ -287,7 +287,7 @@
      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)