From: Jarkko Hietaniemi Date: Mon, 8 Sep 2003 20:44:22 +0000 (+0000) Subject: Regen perlapi. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ee80f49cea8091fad0067f2b44e8342aa546e97;p=p5sagit%2Fp5-mst-13.2.git Regen perlapi. p4raw-id: //depot/perl@21105 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index d52baf2..d7ae630 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -2420,6 +2420,15 @@ Return C<&PL_sv_undef> from an XSUB immediately. Uses C. =for hackers Found in file XSUB.h +=item XSRETURN_UV + +Return an integer from an XSUB immediately. Uses C. + + 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.