Change 33082 by [EMAIL PROTECTED] on 2008/01/27 21:26:17

        fix misleading comment in op.h

Affected files ...

... //depot/perl/op.h#204 edit

Differences ...

==== //depot/perl/op.h#204 (text) ====
Index: perl/op.h
--- perl/op.h#203~33030~        2008-01-21 07:47:15.000000000 -0800
+++ perl/op.h   2008-01-27 13:26:17.000000000 -0800
@@ -188,7 +188,7 @@
 #define OPpENTERSUB_DB         16      /* Debug subroutine. */
 #define OPpENTERSUB_HASTARG    32      /* Called from OP tree. */
 #define OPpENTERSUB_NOMOD      64      /* Immune to mod() for :attrlist. */
-  /* OP_RV2CV only */
+  /* OP_ENTERSUB and OP_RV2CV only */
 #define OPpENTERSUB_AMPER      8       /* Used & form to call. */
 #define OPpENTERSUB_NOPAREN    128     /* bare sub call (without parens) */
 #define OPpENTERSUB_INARGS     4       /* Lval used as arg to a sub. */
End of Patch.

Reply via email to