summaryrefslogtreecommitdiff
path: root/pod/perlapi.pod
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2005-01-10 19:25:27 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2005-01-10 19:25:27 +0000
commit766f891612bf493b0430beb068ead367d70cdef6 (patch)
tree51378b3e215f1cbbe4f9bebe4d1c8e6cb493bb9e /pod/perlapi.pod
parente3a4ba2609bab5af03e410e3d8a38f237348f922 (diff)
downloadperl-766f891612bf493b0430beb068ead367d70cdef6.tar.gz
Remove PERL_FLEXIBLE_EXCEPTIONS code.
p4raw-id: //depot/perl@23780
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r--pod/perlapi.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index c3f9d98010..39390985e0 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -1699,6 +1699,16 @@ which is shared between threads.
=for hackers
Found in file util.c
+=item savesvpv
+
+A version of C<savepv()>/C<savepvn() which gets the string to duplicate from
+the passed in SV using C<SvPV()>
+
+ char* savesvpv(SV* sv)
+
+=for hackers
+Found in file util.c
+
=item StructCopy
This is an architecture-independent macro to copy one structure to another.