summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-15 15:37:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-09-16 08:22:51 -0700
commit51bed69aaa2e68c52d7ae58440ff51a40ccd0923 (patch)
tree8c039fecb437101561c88fc9fa983eab2ee1406d /op.h
parent650b15348faa8fd7a1ec5848500a25bc9174ef9c (diff)
downloadperl-51bed69aaa2e68c52d7ae58440ff51a40ccd0923.tar.gz
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.
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/op.h b/op.h
index 73664443c5..5d291992c1 100644
--- a/op.h
+++ b/op.h
@@ -288,8 +288,6 @@ is no conversion of op type.
#define OPpCONST_STRICT 8 /* bareword subject to strict 'subs' */
#define OPpCONST_ENTERED 16 /* Has been entered as symbol. */
#define OPpCONST_BARE 64 /* Was a bare word (filehandle?). */
-/* Replaced by op_folded in perl itself, still used by B/B::Concise etc. */
-#define OPpCONST_FOLDED 128 /* Result of constant folding */
/* Private for OP_FLIP/FLOP */
#define OPpFLIP_LINENUM 64 /* Range arg potentially a line num. */