This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2005 18:34:03 +0000 (18:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2005 18:34:03 +0000 (18:34 +0000)
commitf2c0649b2032ef5d607fe4e0874cdfa49e41eaf2
tree4c5b8697ac2de0d25db9f559c614890278becfc3
parent6c16d61e47523e90f35cd004e44bb2f055ede7c4
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
mg.c
pp.c
pp_hot.c
sv.c