]> git.eshelyaron.com Git - emacs.git/commit
* fns.c (concat): Minor tuning based on overflow analysis.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 02:41:13 +0000 (19:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jun 2011 02:41:13 +0000 (19:41 -0700)
commitc1f134b59b870f6385364a611911a1344cfef7a2
tree966897a8264cf865c31cd32d65cb4997de4f97f0
parent395fcb936ef44b658b396802db194b030b003c8c
* fns.c (concat): Minor tuning based on overflow analysis.

This doesn't fix any bugs.  Use int to hold character, instead
of constantly refetching from Emacs object.  Use XFASTINT, not
XINT, for value known to be a character.  Don't bother comparing
a single byte to 0400, as it's always less.
src/ChangeLog
src/fns.c