# HG changeset patch # User Dave Love # Date 1063806725 0 # Node ID b475b083a0addd2abde1a252df423962191d9085 # Parent bae1254b851786c2e111c2428915a64d3e5f39a6 (handle_composition_prop, check_point_in_composition): Make buffer positions EMACS_INT. diff -r bae1254b8517 -r b475b083a0ad src/xdisp.c --- a/src/xdisp.c Wed Sep 17 13:51:40 2003 +0000 +++ b/src/xdisp.c Wed Sep 17 13:52:05 2003 +0000 @@ -3814,7 +3814,7 @@ struct it *it; { Lisp_Object prop, string; - int pos, pos_byte, end; + EMACS_INT pos, pos_byte, end; enum prop_handled handled = HANDLED_NORMALLY; if (STRINGP (it->string)) @@ -9503,7 +9503,7 @@ struct buffer *prev_buf, *buf; int prev_pt, pt; { - int start, end; + EMACS_INT start, end; Lisp_Object prop; Lisp_Object buffer;