diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-21 18:34:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-21 18:34:03 +0000 |
commit | f2c0649b2032ef5d607fe4e0874cdfa49e41eaf2 (patch) | |
tree | 4c5b8697ac2de0d25db9f559c614890278becfc3 /sv.c | |
parent | 6c16d61e47523e90f35cd004e44bb2f055ede7c4 (diff) | |
download | perl-f2c0649b2032ef5d607fe4e0874cdfa49e41eaf2.tar.gz |
The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
so it is a bitmap of flag bits rather than simple TRUE/FALSE.
p4raw-id: //depot/perl@26434
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6721,6 +6721,7 @@ Perl_sv_2io(pTHX_ SV *sv) Using various gambits, try to get a CV from an SV; in addition, try if possible to set C<*st> and C<*gvp> to the stash and GV associated with it. +The flags in C<lref> are passed to sv_fetchsv. =cut */ |