This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Inline PL_no_symref_sv into its users. Deprecate the visible global variable.
authorNicholas Clark <nick@ccl4.org>
Sun, 15 Nov 2009 16:29:16 +0000 (16:29 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 15 Nov 2009 16:31:58 +0000 (16:31 +0000)
commitdef89bff35e7f449eacdd8db98c267bd0fc7bce4
tree1621b9f8946c8707adaa9433ad09617d056753a5
parent973a76153032581ad3a0224d9cb13b7191f46ee5
Inline PL_no_symref_sv into its users. Deprecate the visible global variable.

As the core no longer needs this fixed string outside of pp.c, it seems daft to
make it public just in case any module wants to use it. Modules that do should
provide their own inline copy in future.

Also restore the visible global PL_no_symref_sv back to the original format
specificiation (of 5.10.0 and earlier).
perl.h
pp.c