]> git.eshelyaron.com Git - emacs.git/commit
Fix int/EMACS_INT use in casefiddle.c and syntax.c.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Sep 2010 15:24:47 +0000 (11:24 -0400)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Sep 2010 15:24:47 +0000 (11:24 -0400)
commit4f3a2f8d41f3a1e2be27921e8271c5fdb78e6d98
tree9afa3e5cda7d3f8505ca39f25d5004797b78c6f2
parentf0812d352e22fb610d5002a50827278fd271938c
Fix int/EMACS_INT use in casefiddle.c and syntax.c.

 syntax.c (scan_words, update_syntax_table)
 (prev_char_comend_first, back_comment, skip_chars)
 (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
 EMACS_INT for buffer and string positions.
 syntax.h (scan_words, update_syntax_table): Adjust prototypes.
 casefiddle.c (operate_on_word): Use EMACS_INT for buffer
 positions.
src/ChangeLog
src/casefiddle.c
src/syntax.c
src/syntax.h