From: Dave Love Date: Wed, 17 Sep 2003 13:51:20 +0000 (+0000) Subject: (check_composition): Make start and end EMACS_INT. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ff5635622255413319e59175e530c1b599c35fa;p=emacs.git (check_composition): Make start and end EMACS_INT. --- diff --git a/src/indent.c b/src/indent.c index 86984d4902d..ff5eb2f06ba 100644 --- a/src/indent.c +++ b/src/indent.c @@ -287,7 +287,7 @@ check_composition (pos, pos_byte, point, len, len_byte, width) int *len, *len_byte, *width; { Lisp_Object prop; - int start, end; + EMACS_INT start, end; int id; if (! find_composition (pos, -1, &start, &end, &prop, Qnil)