summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2008-02-13 17:46:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-14 08:09:36 +0000
commitfe9845cc7694fe04f66831f3e3d7db0a47720cfc (patch)
tree913526495508f34e0d4beab7ca984a060f46ac72 /pp.c
parent9f4ee62979dc352c40be9112d4effb2365866c3a (diff)
downloadperl-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp.c b/pp.c
index 6d97b9ea0c..5b09c082d1 100644
--- a/pp.c
+++ b/pp.c
@@ -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;