summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 7ffae2f..c72af6e 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -934,7 +934,8 @@ typedef struct compile_data {
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 */