summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-02-19 21:41:07 +0200
committerSteve Peters <steve@fisharerojo.org>2007-02-19 20:51:10 +0000
commitbae1192d8838abbb774747207533573c1bc72f97 (patch)
tree3094225ad106e44d36de4623cef253bb1e02b4ee /pod/perlapi.pod
parented756621b7e346dcad5b51c1e9d060d1fe530fae (diff)
downloadperl-bae1192d8838abbb774747207533573c1bc72f97.tar.gz
blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi> Plus a regen picked up changes in pod/perlapi.pod related to change #30347. p4raw-id: //depot/perl@30362
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 4ebc353db1..00468b6be9 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -5065,6 +5065,17 @@ The reference count for the SV is set to 1.
=for hackers
Found in file sv.c
+=item newSV_type
+X<newSV_type>
+
+Creates a new SV, of the type specificied. The reference count for the new SV
+is set to 1.
+
+ SV* newSV_type(svtype type)
+
+=for hackers
+Found in file sv.c
+
=item sv_2bool
X<sv_2bool>