--- code/trunk/pcre_internal.h 2007/11/16 16:22:24 269 +++ code/trunk/pcre_internal.h 2007/11/16 19:55:16 270 @@ -934,7 +934,8 @@ uschar *name_table; /* The name/number table */ int names_found; /* Number of entries so far */ int name_entry_size; /* Size of each entry */ - int bracount; /* Count of capturing parens */ + int bracount; /* Count of capturing parens as we compile */ + int final_bracount; /* Saved value after first pass */ int top_backref; /* Maximum back reference */ unsigned int backref_map; /* Bitmap of low back refs */ int external_options; /* External (initial) options */