This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
It looks like the only way to reliably make Perl_hv_name_set a pure
authorNicholas Clark <nick@ccl4.org>
Sun, 18 Sep 2005 21:52:25 +0000 (21:52 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 18 Sep 2005 21:52:25 +0000 (21:52 +0000)
commit51a37f8016223ef5212790d4185d213114f2fd9b
treeb3648ca0b191c5a7fb60a438e6ad2a4ef7516601
parent2b33924249a3e03558df740efaba2154c35e2bcb
It looks like the only way to reliably make Perl_hv_name_set a pure
macro in 5.8.x is to make it available as hv_name_set.
[Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
 warnings or other games when Perl_hv_name_set() is a macro]

p4raw-id: //depot/perl@25475
embed.fnc
ext/Opcode/Opcode.xs
gv.c
hv.c
perl.c