&CORE::exit()
authorFather Chrysostomos <sprout@cpan.org>
Fri, 26 Aug 2011 01:10:53 +0000 (18:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Aug 2011 06:02:10 +0000 (23:02 -0700)
commit9d3c658e5c246089e541ed0d652aaccf018f16e9
treea8b31caa71624daad4c4a8bd0bab38d19ec35532
parent2f8d417bd28b4abb5998a05fa0a9ebeb970ca845
&CORE::exit()

This commit allows &CORE::exit to be called through references and
via ampersand syntax.  pp_exit is modified to take into account the
nulls pushed on to the stack in pp_coreargs, since pp_coreargs has no
other way to tell exit how many arguments it’s actually getting.
gv.c
pp_ctl.c
t/op/coresubs.t