changeset 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 3c9d2f9bf6bb
children bae1254b8517
files src/indent.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)