Code assumes that *FOO{SCALAR} will always return a scalar reference,
authorNicholas Clark <nick@ccl4.org>
Mon, 30 Jan 2006 13:42:56 +0000 (13:42 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 30 Jan 2006 13:42:56 +0000 (13:42 +0000)
commitf9d52e31c1813ca7a3cf9d975dc34f04194d1328
treeb3e1a2c046ea4fde5afcf0040576d488cf910737
parent25909821eb3e0c6b8049a206da47b68b90d7e46a
Code assumes that *FOO{SCALAR} will always return a scalar reference,
so make it so, creating $FOO if necessary.
(Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
visible to XS code, but isn't visible to Perl code)

p4raw-id: //depot/perl@27002
pp.c
t/op/gv.t