Continued work to get Porting/checkAUTHORS.pl to a point of sanity
[p5sagit/p5-mst-13.2.git] / op.h
diff --git a/op.h b/op.h
index f06dbdc..e8ba8ef 100644 (file)
--- a/op.h
+++ b/op.h
@@ -244,6 +244,7 @@ Deprecated.  Use C<GIMME_V> instead.
 
 /* Private for OP_DELETE */
 #define OPpSLICE               64      /* Operating on a list of keys */
+/* Also OPpLVAL_INTRO (128) */
 
 /* Private for OP_EXISTS */
 #define OPpEXISTS_SUB          64      /* Checking for &sub, not {} or [].  */