]> code.delx.au - gnu-emacs/blobdiff - src/character.c
(lisp_string_width): Make ignore and end EMACS_INT.
[gnu-emacs] / src / character.c
index b25aff8083c020adf8f249769ef51ac46e7970d5..e4b7e362add3d831da5fee26c6370ec5bc9c148e 100644 (file)
@@ -429,7 +429,7 @@ lisp_string_width (string, precision, nchars, nbytes)
       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))