X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=156e60b4e51ba43be6078f7215fb8049ee625038;hb=af638b876ea8e95c91b64f6e1a63718de7548bc1;hp=f2366ca51397ec5fc9d0af9edcc41701adf893eb;hpb=7fe44985589724dcec9673580abb16118ba49068;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index f2366ca..156e60b 100644 --- a/regexp.h +++ b/regexp.h @@ -97,9 +97,9 @@ typedef struct regexp_paren_pair { I32 sublen; /* Length of string pointed by subbeg */ \ /* Information about the match that isn't often used */ \ /* offset from wrapped to the start of precomp */ \ - unsigned pre_prefix:4; \ + PERL_BITFIELD32 pre_prefix:4; \ /* number of eval groups in the pattern - for security checks */\ - unsigned seen_evals:28 + PERL_BITFIELD32 seen_evals:28 typedef struct regexp { _XPV_HEAD;