summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-07-05 00:38:18 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-07-05 00:38:18 +0000
commitf2ec2afdc0c596f7deb501073a2632b12609eca5 (patch)
tree6471a8924a7121062a562a793e92cf587168c72e /op.h
parentb1cb66bf523a361efea413c38b534060dd3d7f1d (diff)
downloadperl-f2ec2afdc0c596f7deb501073a2632b12609eca5.tar.gz
Overload OPf_SPECIAL with G_KEEPERR status for OP_(ENTER|LEAVE)EVAL
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 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 */