summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index 304099bd8f..7c210bcbf9 100644
--- a/op.h
+++ b/op.h
@@ -63,6 +63,7 @@ typedef U32 PADOFFSET;
/* On flipflop, we saw ... instead of .. */
/* On UNOPs, saw bare parens, e.g. eof(). */
/* On OP_ENTERSUB || OP_NULL, saw a "do". */
+ /* On OP_(ENTER|LEAVE)EVAL, don't clear $@ */
/* Private for lvalues */
#define OPpLVAL_INTRO 128 /* Lvalue must be localized */