Regen perlapi.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Sep 2003 20:44:22 +0000 (20:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Sep 2003 20:44:22 +0000 (20:44 +0000)
p4raw-id: //depot/perl@21105

pod/perlapi.pod

index d52baf2..d7ae630 100644 (file)
@@ -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>.