X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=f21d9d37c0278a2fb2f9ec7511e37355d08067a4;hb=40ff561f31d4dfe206b69dd70d61c002ce5fc6be;hp=33ace4066ef38b774fc5a5c318e55343f4ac6d32;hpb=3baa4c62cda542368be1e7e1f7af8bd8257c2ff4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index 33ace40..f21d9d3 100644 --- a/regexp.h +++ b/regexp.h @@ -30,6 +30,7 @@ typedef struct regexp { struct reg_data *data; /* Additional data. */ char *subbeg; /* saved or original string so \digit works forever. */ + U32 *offsets; /* offset annotations 20001228 MJD */ I32 sublen; /* Length of string pointed by subbeg */ I32 refcnt; I32 minlen; /* mininum possible length of $& */