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
names without the C<Perl_> prefix are supported with macros, but this
support may cease in a future release.
-See L<perlguts/"API LISTING">.
+See L<perlapi>.
=item *
Bowers, Matthew Green, Tim Bunce, Spider Boardman, Ulrich Pfeifer,
Stephen McCamant, and Gurusamy Sarathy.
-API Listing originally by Dean Roehrich E<lt>roehrich@cray.comE<gt>.
-
-Modifications to autogenerate the API listing (L<perlapi>) by Benjamin
-Stuhl.
-
=head1 SEE ALSO
perlapi(1), perlintern(1), perlxs(1), perlembed(1)
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: