From: Perl 5 Porters Date: Mon, 8 Jul 1996 03:37:00 +0000 (+0000) Subject: Typos and formatting corrected X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b772cb6e70772652fb7fb01d41dd25a8e04897c8;p=p5sagit%2Fp5-mst-13.2.git Typos and formatting corrected --- diff --git a/pod/perlxs.pod b/pod/perlxs.pod index 191a78f..850960a 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -760,8 +760,8 @@ variable (see L<"The ALIAS: Keyword">), or maybe via the C variable B case if it is not associated with a conditional. The following example shows CASE switched via C with a function C having an alias C. When the function is called as -C it's parameters are the usual C<(char *host, time_t *timep)>, -but when the function is called as C is parameters are +C its parameters are the usual C<(char *host, time_t *timep)>, +but when the function is called as C its parameters are reversed, C<(time_t *timep, char *host)>. long @@ -831,13 +831,13 @@ CODE:, PPCODE: and CLEANUP: blocks, as well as outside the functions. Comments are allowed anywhere after the MODULE keyword. The compiler will pass the preprocessor directives through untouched and will remove the commented lines. + Comments can be added to XSUBs by placing a C<#> as the first non-whitespace of a line. Care should be taken to avoid making the comment look like a C preprocessor directive, lest it be interpreted as such. The simplest way to prevent this is to put whitespace in front of the C<#>. - If you use preprocessor directives to choose one of two versions of a function, use @@ -1147,4 +1147,4 @@ This document covers features supported by C 1.935. =head1 AUTHOR Dean Roehrich Froehrich@cray.comE> -Mar 12, 1996 +Jul 8, 1996