summaryrefslogtreecommitdiff
path: root/pod/perlxs.pod
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2003-06-05 20:10:36 +1000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-06-06 22:29:38 +0000
commit8a2949d9131799d2db2e4d62ec4e1ce83c9061bf (patch)
treefdead5b73d53642af37c58bb46b83fe900eff0e4 /pod/perlxs.pod
parent695ff5bd5c58ec45a757946fd60f1420702ba4b6 (diff)
downloadperl-8a2949d9131799d2db2e4d62ec4e1ce83c9061bf.tar.gz
[patch] L<perlguts/"API LISTING"> is now L<perlapi>
Date: Thu, 05 Jun 2003 10:10:36 +1000 Message-ID: <3EDE8A7C.2080302@stason.org> Subject: [patch] perlguts authors dup From: Stas Bekman <stas@stason.org> Date: Thu, 05 Jun 2003 10:14:12 +1000 Message-ID: <3EDE8B54.6090808@stason.org> p4raw-id: //depot/perl@19699
Diffstat (limited to 'pod/perlxs.pod')
-rw-r--r--pod/perlxs.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlxs.pod b/pod/perlxs.pod
index 0b6659631a..f126ff8db3 100644
--- a/pod/perlxs.pod
+++ b/pod/perlxs.pod
@@ -1064,8 +1064,8 @@ then not push return values on the stack.
Some people may be inclined to include an explicit C<return> in the above
XSUB, rather than letting control fall through to the end. In those
situations C<XSRETURN_EMPTY> should be used, instead. This will ensure that
-the XSUB stack is properly adjusted. Consult L<perlguts/"API LISTING"> for
-other C<XSRETURN> macros.
+the XSUB stack is properly adjusted. Consult L<perlapi> for other
+C<XSRETURN> macros.
Since C<XSRETURN_*> macros can be used with CODE blocks as well, one can
rewrite this example as: