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 /pod | |
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 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index a7d1202586..18619e5609 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -5311,7 +5311,7 @@ X<newSV_type> Creates a new SV, of the type specified. The reference count for the new SV is set to 1. - SV* newSV_type(svtype type) + SV* newSV_type(const svtype type) =for hackers Found in file sv.c |