From 81db44398a49c2d50e2ae91383f44cdd1373776f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 2 Jun 2013 16:33:31 -0700 Subject: op.h: Corrent comment about entersub strictures Flag 2 on entersub is HINT_STRICT_REFS, not _SUBS. --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 7c5030dde7..caa1b8b3c5 100644 --- a/op.h +++ b/op.h @@ -204,7 +204,7 @@ Deprecated. Use C instead. #define OPpENTERSUB_HASTARG 4 /* Called from OP tree. */ #define OPpENTERSUB_INARGS 1 /* Lval used as arg to a sub. */ /* used by OPpDEREF (32|64) */ -/* used by HINT_STRICT_SUBS 2 */ +/* used by HINT_STRICT_REFS 2 */ /* Mask for OP_ENTERSUB flags, the absence of which must be propagated in dynamic context */ #define OPpENTERSUB_LVAL_MASK (OPpLVAL_INTRO|OPpENTERSUB_INARGS) -- cgit v1.2.1