summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-30 18:18:03 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-04 18:00:00 -0700
commitcc2ebcd790252079cb9b33d2eef133701a7eb63e (patch)
tree9d746020dfb4cd47c5501c69c93388452ef25d4d /op.h
parentaba33b8a16881a79d8ef8ab7e7786e35cb84e6ae (diff)
downloadperl-cc2ebcd790252079cb9b33d2eef133701a7eb63e.tar.gz
Record folded constants in the op tree
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index 6bc6c82be1..1d4f5710c0 100644
--- a/op.h
+++ b/op.h
@@ -258,6 +258,7 @@ Deprecated. Use C<GIMME_V> instead.
#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?). */
+#define OPpCONST_FOLDED 128 /* Result of constant folding */
/* Private for OP_FLIP/FLOP */
#define OPpFLIP_LINENUM 64 /* Range arg potentially a line num. */