X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=op.h;h=2360f9b381d29fbf2ab4e2d295cb6391bfecb32d;hb=3cb0bbe5af1ac1b0e46bbee66b7b457629e7ffa3;hp=8bc82769e71ea2626e95c15fa8f4755ea8f1f366;hpb=7e2040f0b7c6fc88ec07b6e169aa2f75fc0130a4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/op.h b/op.h index 8bc8276..2360f9b 100644 --- a/op.h +++ b/op.h @@ -107,6 +107,9 @@ Deprecated. Use C instead. : G_SCALAR) \ : dowantarray()) +/* NOTE: OP_NEXTSTATE, OP_DBSTATE, and OP_SETSTATE (i.e. COPs) carry lower + * bits of PL_hints in op_private */ + /* Private for lvalues */ #define OPpLVAL_INTRO 128 /* Lvalue must be localized or lvalue sub */