# HG changeset patch # User Dave Love # Date 1063806700 0 # Node ID bae1254b851786c2e111c2428915a64d3e5f39a6 # Parent 7e2d74e52afc255a7ed6a4b728b4063db33e3695 (lisp_string_width): Make ignore and end EMACS_INT. diff -r 7e2d74e52afc -r bae1254b8517 src/character.c --- 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))