This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc8c9d5
)
fix typo in change 22597
author
Dave Mitchell
<davem@fdisolutions.com>
Sun, 28 Mar 2004 10:55:30 +0000
(10:55 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
Sun, 28 Mar 2004 10:55:30 +0000
(10:55 +0000)
p4raw-id: //depot/perl@22604
op.h
patch
|
blob
|
blame
|
history
diff --git
a/op.h
b/op.h
index
6b3f1be
..
3a02655
100644
(file)
--- 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_
AH
LEM, OP_PADSV */
+/* Private for OP_RV2GV, OP_RV2SV, OP_AELEM, OP_
HE
LEM, 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. */