* callint.c (Fcall_interactively): <, not <=, for optimization.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 20:19:05 +0000 (13:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 20:19:05 +0000 (13:19 -0700)
commitbecfa255fb1fb207fa0b5d850e8df3eb53ba0bea
tree1fd4526acb0a5e8ed3c280275812474fbfa18332
parentdae0cd48d84709e8f3662b7bbf14d22cc46038de
* callint.c (Fcall_interactively): <, not <=, for optimization.

(Fcall_interactively): Count the number of arguments produced,
not the number of arguments given.  This is simpler and lets GCC
4.6.0 generate slightly better code.
src/ChangeLog
src/callint.c