This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Syle nit - we're not marking things (XS).
authorNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 14:10:31 +0000 (15:10 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 14:10:31 +0000 (15:10 +0100)
pod/perl5110delta.pod

index 3e678aa..6fac051 100644 (file)
@@ -1307,12 +1307,12 @@ Under some circumstances, C<$^R> could incorrectly become undefined
 
 =item *
 
-(XS) In various hash functions, passing a pre-computed hash to when the
-key is UTF-8 might result in an incorrect lookup.
+In the XS API, various hash functions, when passed a pre-computed hash where
+the key is UTF-8, might result in an incorrect lookup.
 
 =item *
 
-(XS) Including F<XSUB.h> before F<perl.h> gave a compile-time error
+XS code including F<XSUB.h> before F<perl.h> gave a compile-time error
 [RT #57176].
 
 =item *