diff options
author | firefly2442 <firefly2442@gmail.com> | 2018-05-24 00:13:24 -0600 |
---|---|---|
committer | firefly2442 <firefly2442@gmail.com> | 2018-05-28 21:11:41 -0600 |
commit | 5383ae005cab1deafc1d822b473cb2b73df6f8df (patch) | |
tree | e5c9a7bf1471ae6a7ba76f0fd1529ba794589a28 /modules/regex | |
parent | 38284bc6da801dcc0e1a6b47580a20b5ade32f06 (diff) |
update PCRE2 to version 10.31, fixes #15662
Diffstat (limited to 'modules/regex')
-rw-r--r-- | modules/regex/SCsub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/regex/SCsub b/modules/regex/SCsub index 18b4051afe..4b8d5e9283 100644 --- a/modules/regex/SCsub +++ b/modules/regex/SCsub @@ -19,10 +19,13 @@ if env['builtin_pcre2']: "pcre2_compile.c", "pcre2_config.c", "pcre2_context.c", + "pcre2_convert.c", "pcre2_dfa_match.c", "pcre2_error.c", + "pcre2_extuni.c", "pcre2_find_bracket.c", "pcre2_jit_compile.c", + #"pcre2_jit_match.c", "pcre2_jit_misc.c", # these files are included in pcre2_jit_compile.c. "pcre2_maketables.c", "pcre2_match.c", "pcre2_match_data.c", |