This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
authorNicholas Clark <nick@ccl4.org>
Tue, 20 Dec 2005 19:55:46 +0000 (19:55 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 20 Dec 2005 19:55:46 +0000 (19:55 +0000)
commitadd2581e58e8d35079b402632186684a5cef9cd2
tree589047536ba114f1b37f5a3e2dab60b2dea75d6b
parent0bcc798661c94fefec5a89ff3321c5a519313444
Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
addition of new typeglobs, and also disables initialisation of any
typeglob placeholders. Needed to make the new constant subroutine
proxy references work efficiently.

p4raw-id: //depot/perl@26425
gv.c
gv.h