Move the lvalue code from pp_return into a separate func
authorFather Chrysostomos <sprout@cpan.org>
Fri, 3 Jun 2011 04:18:50 +0000 (21:18 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 3 Jun 2011 16:17:14 +0000 (09:17 -0700)
commit3bdf583b182847cb5998e0240312d5adc2210b53
tree0464ef45054490bf8ebf6a60d682dd02f7bb65cd
parent0984e55ea51a3030ba112fb0dd331061c5b0acf5
Move the lvalue code from pp_return into a separate func
so that upcoming commits can add more conditions without
slowing down the most common cases, and so that it can
eventually be merged with pp_leavesublv.
pp_ctl.c