diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 21:19:31 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 21:19:31 +0000 |
commit | 64aac5a92f5a6e49b46f320202aef13277e3640b (patch) | |
tree | dc769bae26728d6b9d6f8cb8fd32b0f2c89544a1 /op.h | |
parent | ef8040b067557994d471dfa4e5ac3900907e94ce (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) */ |