summaryrefslogtreecommitdiff
path: root/modules/regex
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-07-03 17:43:22 +0200
committerGitHub <noreply@github.com>2018-07-03 17:43:22 +0200
commitf672ea15592909ba6394ae87ebd77abbee02a7a7 (patch)
tree782f3c5fbb500665c1d559e3430a3670f8f2b01b /modules/regex
parent165f3c31a5850b47f46d535e87783dd75db31e16 (diff)
parent5383ae005cab1deafc1d822b473cb2b73df6f8df (diff)
Merge pull request #19138 from firefly2442/pcre2-10.31
update PCRE2 to version 10.31, fixes #15662
Diffstat (limited to 'modules/regex')
-rw-r--r--modules/regex/SCsub3
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",