summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-23 21:19:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-23 21:19:31 +0000
commit64aac5a92f5a6e49b46f320202aef13277e3640b (patch)
treedc769bae26728d6b9d6f8cb8fd32b0f2c89544a1 /op.h
parentef8040b067557994d471dfa4e5ac3900907e94ce (diff)
downloadperl-64aac5a92f5a6e49b46f320202aef13277e3640b.tar.gz
change#4866 was flawed; revert and add better fix for warning
p4raw-link: @4866 on //depot/perl: ef8040b067557994d471dfa4e5ac3900907e94ce p4raw-id: //depot/perl@4867
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 ae37f03c9f..91cdb6b1c9 100644
--- a/op.h
+++ b/op.h
@@ -137,7 +137,7 @@ typedef U32 PADOFFSET;
#define OPpEARLY_CV 32 /* foo() called before sub foo was parsed */
/* OP_?ELEM only */
#define OPpLVAL_DEFER 16 /* Defer creation of array/hash elem */
- /* OP_RV2?V only */
+ /* OP_RV2?V, OP_GVSV only */
#define OPpOUR_INTRO 16 /* Defer creation of array/hash elem */
/* for OP_RV2?V, lower bits carry hints (currently only HINT_STRICT_REFS) */