summaryrefslogtreecommitdiff
path: root/src/pcre2posix.h
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-04-30 16:55:24 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-04-30 16:55:24 +0000
commit2919bcb568119bfaf99fda93bec8a5c4cc9312bb (patch)
treeec78b194129b68372c34de02da02b0f89bd0d2c9 /src/pcre2posix.h
parent8a7e1b1a832eb25fa9bf3ba8eeb7e2cfaad7839f (diff)
downloadpcre2-2919bcb568119bfaf99fda93bec8a5c4cc9312bb.tar.gz
More groundwork for pcre2test: POSIX support.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@7 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2posix.h')
-rw-r--r--src/pcre2posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre2posix.h b/src/pcre2posix.h
index 723ed29..fd66027 100644
--- a/src/pcre2posix.h
+++ b/src/pcre2posix.h
@@ -95,6 +95,7 @@ enum {
typedef struct {
void *re_pcre2_code;
+ void *re_match_data;
size_t re_nsub;
size_t re_erroffset;
} regex_t;