From: Dave Mitchell Date: Sun, 28 Mar 2004 10:55:30 +0000 (+0000) Subject: fix typo in change 22597 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf2dc985c417547affbfd5f503520532b4626f60;p=p5sagit%2Fp5-mst-13.2.git fix typo in change 22597 p4raw-id: //depot/perl@22604 --- diff --git a/op.h b/op.h index 6b3f1be..3a02655 100644 --- a/op.h +++ b/op.h @@ -153,7 +153,7 @@ Deprecated. Use C instead. /* Private for OP_REPEAT */ #define OPpREPEAT_DOLIST 64 /* List replication. */ -/* Private for OP_RV2GV, OP_RV2SV, OP_AELEM, OP_AHLEM, OP_PADSV */ +/* Private for OP_RV2GV, OP_RV2SV, OP_AELEM, OP_HELEM, OP_PADSV */ #define OPpDEREF (32|64) /* autovivify: Want ref to something: */ #define OPpDEREF_AV 32 /* Want ref to AV. */ #define OPpDEREF_HV 64 /* Want ref to HV. */