X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=90e3406a965941ba683673f60b389ba9d466a964;hb=52a66c2cc3722485e8a16f1da9c026524180ca8c;hp=fe671425d8570c75f77165d6a7eeb79374f3b99d;hpb=b6f609162799aa49813b53c8242464db37fcee9b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index fe67142..90e3406 100644 --- a/regexp.h +++ b/regexp.h @@ -88,7 +88,7 @@ typedef struct regexp_paren_pair { /* during matching */ \ U32 lastparen; /* last open paren matched */ \ U32 lastcloseparen; /* last close paren matched */ \ - regexp_paren_pair *swap; /* Swap copy of *offs */ \ + regexp_paren_pair *swap; /* Unused: 5.10.1 and later */ \ /* Array of offsets for (@-) and (@+) */ \ regexp_paren_pair *offs; \ /* saved or original string so \digit works forever. */ \