* composite.c: Use int, not EMACS_INT, for characters.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 01:35:47 +0000 (18:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 01:35:47 +0000 (18:35 -0700)
commitf8c86b69a8489f33709de6b869be369a34d5adb0
treec508e36cfb351ac8ba43c7bc92931002f9a3bdfb
parent34206dd201b905b8f9eec84b4e90ba591b06a79a
* composite.c: Use int, not EMACS_INT, for characters.

(fill_gstring_body, composition_compute_stop_pos): Use int, not
EMACS_INT, for values that are known to be in character range.
This doesn't fix any bugs but is the usual style inside Emacs and
may generate better code on 32-bit machines.
src/ChangeLog
src/composite.c