summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index f3758ed..5e0c67c 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -1741,6 +1741,7 @@ 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 workspace_size; /* Size of workspace */
int bracount; /* Count of capturing parens as we compile */
int final_bracount; /* Saved value after first pass */
int top_backref; /* Maximum back reference */