From: Stas Bekman Date: Thu, 5 Jun 2003 10:10:36 +0000 (+1000) Subject: [patch] L is now L X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a2949d9131799d2db2e4d62ec4e1ce83c9061bf;p=p5sagit%2Fp5-mst-13.2.git [patch] L is now L Date: Thu, 05 Jun 2003 10:10:36 +1000 Message-ID: <3EDE8A7C.2080302@stason.org> Subject: [patch] perlguts authors dup From: Stas Bekman Date: Thu, 05 Jun 2003 10:14:12 +1000 Message-ID: <3EDE8B54.6090808@stason.org> p4raw-id: //depot/perl@19699 --- diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index b9c7deb..58d0c79 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -89,7 +89,7 @@ begin with C be referenced with a C prefix. The bare function names without the C prefix are supported with macros, but this support may cease in a future release. -See L. +See L. =item * diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 83ed068..79354c2 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2428,11 +2428,6 @@ Andreas Koenig, Paul Hudson, Ilya Zakharevich, Paul Marquess, Neil Bowers, Matthew Green, Tim Bunce, Spider Boardman, Ulrich Pfeifer, Stephen McCamant, and Gurusamy Sarathy. -API Listing originally by Dean Roehrich Eroehrich@cray.comE. - -Modifications to autogenerate the API listing (L) by Benjamin -Stuhl. - =head1 SEE ALSO perlapi(1), perlintern(1), perlxs(1), perlembed(1) diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 0b66596..f126ff8 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 in the above XSUB, rather than letting control fall through to the end. In those situations C should be used, instead. This will ensure that -the XSUB stack is properly adjusted. Consult L for -other C macros. +the XSUB stack is properly adjusted. Consult L for other +C macros. Since C macros can be used with CODE blocks as well, one can rewrite this example as: