diff options
author | Robin Barker <RMBarker@cpan.org> | 2008-02-13 17:46:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-14 08:09:36 +0000 |
commit | fe9845cc7694fe04f66831f3e3d7db0a47720cfc (patch) | |
tree | 913526495508f34e0d4beab7ca984a060f46ac72 /pp.c | |
parent | 9f4ee62979dc352c40be9112d4effb2365866c3a (diff) | |
download | perl-fe9845cc7694fe04f66831f3e3d7db0a47720cfc.tar.gz |
use svtype
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A35@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@33304
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -218,8 +218,8 @@ PP(pp_rv2gv) /* Helper function for pp_rv2sv and pp_rv2av */ GV * -Perl_softref2xv(pTHX_ SV *const sv, const char *const what, const U32 type, - SV ***spp) +Perl_softref2xv(pTHX_ SV *const sv, const char *const what, + const svtype type, SV ***spp) { dVAR; GV *gv; |