X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=90e3406a965941ba683673f60b389ba9d466a964;hb=52a66c2cc3722485e8a16f1da9c026524180ca8c;hp=e8a8cc0d5c284e4bca7de3aaaa7982e3fb498265;hpb=d2c6dc5ee586de7e57a1fe8c160cf7c8aaf3f3f8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index e8a8cc0..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. */ \ @@ -107,12 +107,6 @@ typedef struct regexp { _REGEXP_COMMON; } regexp; -struct regexp_allocated { - _XPV_ALLOCATED_HEAD; - _XPVMG_HEAD; - _REGEXP_COMMON; -}; - /* HV *paren_names; Optional hash of paren names now stored in the IV union */