aboutsummaryrefslogtreecommitdiffstats
path: root/src/character.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2003-09-17 13:51:40 +0000
committerDave Love <[email protected]>2003-09-17 13:51:40 +0000
commitf4bc0685e1a77c4af67854bcecd82fd9f22028b9 (patch)
treec411f9959ab04cc07b614671b8dfd3dbbfd12fd9 /src/character.c
parent6ff5635622255413319e59175e530c1b599c35fa (diff)
(lisp_string_width): Make ignore and end EMACS_INT.
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c
index b25aff8083..e4b7e362ad 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))