Change the hasargs return value from caller from IV to bool, as it's
authorNicholas Clark <nick@ccl4.org>
Mon, 21 Jan 2008 07:11:41 +0000 (07:11 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 21 Jan 2008 07:11:41 +0000 (07:11 +0000)
commitbf38a47800bc41fab1987dd3c1dc9b5405a51b66
tree7ec16636bebecd1b123d99c04449edf8497ee719
parentae423868f0b6096a2e2c476339cbdb24c6f2b3de
Change the hasargs return value from caller from IV to bool, as it's
actually only a boolean, and sv_yes/sv_no are cheaper to "create".
The documentation says 'C<$hasargs> is true if ...' so this is fine.

p4raw-id: //depot/perl@33019
pp_ctl.c