* alloc.c (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 17:54:58 +0000 (10:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 17:54:58 +0000 (10:54 -0700)
commitb643996157ced5daf45752d37ac5bee3a4f4389f
tree80bc6f192110e7fdfcb8ceec286d60728dd6de58
parent86f61a158aea8dead5a0836a919a0ce501d3bcf7
* alloc.c (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT

when a (possibly-narrower) signed value would do just as well.
We prefer using signed arithmetic, to avoid comparison confusion.
src/ChangeLog
src/alloc.c