We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488307f commit 5444188Copy full SHA for 5444188
pod/perlreapi.pod
@@ -624,7 +624,6 @@ values.
624
* matching*/
625
U32 lastparen; /* highest close paren matched ($+) */
626
U32 lastcloseparen; /* last close paren matched ($^N) */
627
- regexp_paren_pair *swap; /* Swap copy of *offs */
628
regexp_paren_pair *offs; /* Array of offsets for (@-) and
629
(@+) */
630
@@ -727,10 +726,6 @@ data structure. The Perl engine uses the
727
726
C<regexp_internal> structure (see L<perlreguts/Base Structures>) but a custom
728
engine should use something else.
729
730
-=head2 C<swap>
731
-
732
-Unused. Left in for compatibility with Perl 5.10.0.
733
734
=head2 C<offs>
735
736
A C<regexp_paren_pair> structure which defines offsets into the string being
0 commit comments