pp_ctl.c:pp_goto: Cast a boolean properly
authorFather Chrysostomos <sprout@cpan.org>
Tue, 10 Sep 2013 15:17:51 +0000 (08:17 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 10 Sep 2013 15:17:51 +0000 (08:17 -0700)
commitcd313eb4878cb9858789ba98728a51205e8c78a9
tree56e1d8d84074705394ce0a51fed567d8691d26fd
parent21e89b5f7274f876bff09798ebcc556906fb70d6
pp_ctl.c:pp_goto: Cast a boolean properly

Otherwise we might end up using AvARRAY on a tied array.
pp_ctl.c