X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlcall.pod;h=50600f5d1ceb120cdff1d0d245a46062afe42dff;hb=b77fae6586595023b0fbf51345fc9fccc5c5aca4;hp=bde86796aca95e8dcc55b049f9b0b9e9de8aaeae;hpb=d1b918924020f633640d8b8cc8294856a82ddc04;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlcall.pod b/pod/perlcall.pod index bde8679..50600f5 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -43,7 +43,7 @@ L. Before you launch yourself head first into the rest of this document, it would be a good idea to have read the following two documents - -L and L. +L and L. =head1 THE PERL_CALL FUNCTIONS @@ -1741,7 +1741,7 @@ A hash is an ideal mechanism to store the mapping between C and Perl. Although I have made use of only the C macros to access values returned from Perl subroutines, it is also possible to bypass these -macros and read the stack using the C macro (See L for a +macros and read the stack using the C macro (See L for a full description of the C macro). Most of the time the C macros should be adequate, the main @@ -1820,7 +1820,7 @@ refers to the last. =head1 SEE ALSO -L, L, L +L, L, L =head1 AUTHOR