stop t/op/write.t failures under stdio by always closing files
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index 889b3ea..116bcd3 100644 (file)
--- a/op.h
+++ b/op.h
@@ -181,6 +181,7 @@ Deprecated.  Use C<GIMME_V> instead.
 #define OPpTARGET_MY           16      /* Target is PADMY. */
 
 /* Private for OP_CONST */
+#define        OPpCONST_SHORTCIRCUIT   4       /* eg the constant 5 in (5 || foo) */
 #define        OPpCONST_STRICT         8       /* bearword subject to strict 'subs' */
 #define OPpCONST_ENTERED       16      /* Has been entered as symbol. */
 #define OPpCONST_ARYBASE       32      /* Was a $[ translated to constant. */