op.c: newSTATEOP: don’t check PL_parser after using it
authorFather Chrysostomos <sprout@cpan.org>
Mon, 27 Aug 2012 21:56:52 +0000 (14:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 28 Aug 2012 06:24:01 +0000 (23:24 -0700)
commit4b1709c81eda847f426abd956588d275ab068d2c
tree3df947df57ec1c141d930f676eeeda6a1d846087
parentd794b5224fb01fd9fb94ed555497ebfea2aa1c96
op.c: newSTATEOP: don’t check PL_parser after using it

If it is null, we would already have crashed when reaching this
statement.
op.c