X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=a9c2130db60ea0f2d9939b560f674d55455a1b4b;hb=d8319b27ddc4c4d74cdae9e6de28ec2be390c5a1;hp=b3634d846c1f3b626ccbb7e3efa3e34dc64f55da;hpb=1c8b6db8160546df62c753cdbb48e3f8553b7af0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index b3634d8..a9c2130 100644 --- a/regexp.h +++ b/regexp.h @@ -271,7 +271,7 @@ typedef struct regmatch_state { re_cc_state *cur_call_cc; regexp *end_re; } end; - }; + } u; re_cc_state *reg_call_cc; /* saved value of PL_reg_call_cc */ } regmatch_state;