summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-03-28 10:55:30 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-03-28 10:55:30 +0000
commitcf2dc985c417547affbfd5f503520532b4626f60 (patch)
treec8e8ca8b72bd5c4140e246a2733544124777bf89 /op.h
parentdc8c9d5a609fb4f6ba1538bd0fe3ff30629e7d4a (diff)
downloadperl-cf2dc985c417547affbfd5f503520532b4626f60.tar.gz
fix typo in change 22597
p4raw-id: //depot/perl@22604
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 6b3f1bef97..3a0265587d 100644
--- a/op.h
+++ b/op.h
@@ -153,7 +153,7 @@ Deprecated. Use C<GIMME_V> 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. */