From: Dave Love Date: Wed, 17 Sep 2003 13:51:40 +0000 (+0000) Subject: (lisp_string_width): Make ignore and end EMACS_INT. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1837 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4bc0685e1a77c4af67854bcecd82fd9f22028b9;p=emacs.git (lisp_string_width): Make ignore and end EMACS_INT. --- diff --git a/src/character.c b/src/character.c index b25aff8083c..e4b7e362add 100644 --- a/src/character.c +++ b/src/character.c @@ -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))