op.c: Add op_folded to BASEOP
authorNiels Thykier <niels@thykier.net>
Wed, 17 Jul 2013 18:59:54 +0000 (20:59 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 19 Jul 2013 17:11:00 +0000 (10:11 -0700)
commit3513c7400a8b4d83055235684e2c6a0c5d89b061
tree6bf34df5340e935f51ba6a92b67c90eee37d8c58
parent2cc6fe62efccaf47e15982ddbe988a976469d887
op.c: Add op_folded to BASEOP

Add a new member, op_folded, to BASEOP.  It is replacement for
OPpCONST_FOLDED (which can only be set on OP_CONST).  At the moment
OPpCONST_FOLDED remains, as it is exposed in B (e.g. B::Concise relies
on it).

Signed-off-by: Niels Thykier <niels@thykier.net>
op.c
op.h
toke.c