Remove OPpCONST_FOLDED
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 22:37:43 +0000 (15:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 16 Sep 2013 15:22:51 +0000 (08:22 -0700)
commit51bed69aaa2e68c52d7ae58440ff51a40ccd0923
tree8c039fecb437101561c88fc9fa983eab2ee1406d
parent650b15348faa8fd7a1ec5848500a25bc9174ef9c
Remove OPpCONST_FOLDED

Now that we have op->op_folded, we don’t need OPpCONST_FOLDED any
more.  In removing it, I modified B::Concise to output op_folded the
way OPpCONST_FOLDED was output before, since it can be helpful to have
it when reading op dumps.
dump.c
ext/B/B/Concise.pm
op.c
op.h
toke.c