summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-08 20:44:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-08 20:44:22 +0000
commit0ee80f49cea8091fad0067f2b44e8342aa546e97 (patch)
tree01108b56f34b2cbfe4ab8f2c6bd684dd600a4967 /pod
parent9e5f0c48c3fda7e83fa558f04d0e3a9d8a8a21cb (diff)
downloadperl-0ee80f49cea8091fad0067f2b44e8342aa546e97.tar.gz
Regen perlapi.
p4raw-id: //depot/perl@21105
Diffstat (limited to 'pod')
-rw-r--r--pod/perlapi.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index d52baf27c5..d7ae630e14 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -2420,6 +2420,15 @@ Return C<&PL_sv_undef> from an XSUB immediately. Uses C<XST_mUNDEF>.
=for hackers
Found in file XSUB.h
+=item XSRETURN_UV
+
+Return an integer from an XSUB immediately. Uses C<XST_mUV>.
+
+ void XSRETURN_UV(IV uv)
+
+=for hackers
+Found in file XSUB.h
+
=item XSRETURN_YES
Return C<&PL_sv_yes> from an XSUB immediately. Uses C<XST_mYES>.