From: Robin Houston Date: Mon, 2 Jul 2001 00:42:01 +0000 (+0100) Subject: v minor comment tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91135acbdea1cf45483dde9b64a9fe6478de25cf;p=p5sagit%2Fp5-mst-13.2.git v minor comment tweak Message-Id: p4raw-id: //depot/perl@11076 --- diff --git a/op.h b/op.h index eaf8499..2d4786d 100644 --- a/op.h +++ b/op.h @@ -383,7 +383,7 @@ struct loop { #define Nullop Null(OP*) -/* Lowest byte of PL_opargs */ +/* Lowest byte-and-a-bit of PL_opargs */ #define OA_MARK 1 #define OA_FOLDCONST 2 #define OA_RETSCALAR 4