[patch perlguts.pod] save_item doesn't handle magic
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index aeaae1c..e957e1b 100644 (file)
--- a/op.h
+++ b/op.h
@@ -209,6 +209,7 @@ Deprecated.  Use C<GIMME_V> instead.
 
 /* Private of OP_FTXXX */
 #define OPpFT_ACCESS           2       /* use filetest 'access' */
+#define OPpFT_STACKED          4       /* stacked filetest, as in "-f -x $f" */
 #define OP_IS_FILETEST_ACCESS(op)              \
        (((op)->op_type) == OP_FTRREAD  ||      \
         ((op)->op_type) == OP_FTRWRITE ||      \