This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove outdated references to 'swap'.
authorJames E Keenan <jkeenan@cpan.org>
Thu, 8 Jun 2017 12:19:53 +0000 (08:19 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 30 Sep 2017 01:57:09 +0000 (21:57 -0400)
Per: RT # 131532

pod/perlreapi.pod

index 52e6b0f..2df337e 100644 (file)
@@ -624,7 +624,6 @@ values.
          * matching*/
         U32 lastparen;            /* highest close paren matched ($+) */
         U32 lastcloseparen;       /* last close paren matched ($^N) */
-        regexp_paren_pair *swap;  /* Swap copy of *offs */
         regexp_paren_pair *offs;  /* Array of offsets for (@-) and
                                      (@+) */
 
@@ -727,10 +726,6 @@ data structure.  The Perl engine uses the
 C<regexp_internal> structure (see L<perlreguts/Base Structures>) but a custom
 engine should use something else.
 
-=head2 C<swap>
-
-Unused.  Left in for compatibility with Perl 5.10.0.
-
 =head2 C<offs>
 
 A C<regexp_paren_pair> structure which defines offsets into the string being