summaryrefslogtreecommitdiff
path: root/src/pcre2_intmodedep.h
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-12-26 16:43:45 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-12-26 16:43:45 +0000
commite5e92b9f7371ae718a354f72be07fa7fafdd42e1 (patch)
treeb76f7675cf24ffdc5996c73376b35236cb0a97cf /src/pcre2_intmodedep.h
parenta109c9e35a040a7a8032c12ce7396bc949f3f735 (diff)
downloadpcre2-e5e92b9f7371ae718a354f72be07fa7fafdd42e1.tar.gz
Tidy up callout code in pcre2_dfa_match().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@897 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_intmodedep.h')
-rw-r--r--src/pcre2_intmodedep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2_intmodedep.h b/src/pcre2_intmodedep.h
index ed97a5b..7305280 100644
--- a/src/pcre2_intmodedep.h
+++ b/src/pcre2_intmodedep.h
@@ -888,6 +888,7 @@ typedef struct dfa_match_block {
uint32_t nllen; /* Newline string length */
PCRE2_UCHAR nl[4]; /* Newline string when fixed */
uint16_t bsr_convention; /* \R interpretation */
+ pcre2_callout_block *cb; /* Points to a callout block */
void *callout_data; /* To pass back to callouts */
int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */
dfa_recursion_info *recursive; /* Linked list of recursion data */