X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=89537c2c6b7cc6d50e6ebe1276af824683e9ab5b;hb=8ff9412f9ef1dbdabee4f0993653e1446d7a88c8;hp=f21d9d37c0278a2fb2f9ec7511e37355d08067a4;hpb=fac927409d5ddf1168d94a45bb6c4c897114b3b0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index f21d9d3..89537c2 100644 --- a/regexp.h +++ b/regexp.h @@ -37,6 +37,7 @@ typedef struct regexp { I32 prelen; /* length of precomp */ U32 nparens; /* number of parentheses */ U32 lastparen; /* last paren matched */ + U32 lastcloseparen; /* last paren matched */ U32 reganch; /* Internal use only + Tainted information used by regexec? */ regnode program[1]; /* Unwarranted chumminess with compiler. */