changeset 89511:bae1254b8517

(lisp_string_width): Make ignore and end EMACS_INT.
author Dave Love <fx@gnu.org>
date Wed, 17 Sep 2003 13:51:40 +0000
parents 7e2d74e52afc
children b475b083a0ad
files src/character.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/character.c	Wed Sep 17 13:51:20 2003 +0000
+++ b/src/character.c	Wed Sep 17 13:51:40 2003 +0000
@@ -429,7 +429,7 @@
       int chars, bytes, thiswidth;
       Lisp_Object val;
       int cmp_id;
-      int ignore, end;
+      EMACS_INT ignore, end;
 
       if (find_composition (i, -1, &ignore, &end, &val, string)
 	  && ((cmp_id = get_composition_id (i, i_byte, end - i, val, string))