summaryrefslogtreecommitdiffstats
path: root/modules/regex/SCsub
diff options
context:
space:
mode:
authorJakub Marcowski <chubercikbattle@gmail.com>2024-03-11 03:15:07 +0100
committerJakub Marcowski <chubercikbattle@gmail.com>2024-03-11 11:42:02 +0100
commitdab95993c6c8ebd4fb439385a892dabda22698a2 (patch)
tree98084c35eb94c5ab63c7be5d564251b3d18dc70d /modules/regex/SCsub
parent810f127022ec2cbfb288e436151d1a777c7b5da7 (diff)
downloadredot-engine-dab95993c6c8ebd4fb439385a892dabda22698a2.tar.gz
pcre2: Update to 10.43
Diffstat (limited to 'modules/regex/SCsub')
-rw-r--r--modules/regex/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/regex/SCsub b/modules/regex/SCsub
index 6fd7cd47f3..3e31e3c2d9 100644
--- a/modules/regex/SCsub
+++ b/modules/regex/SCsub
@@ -19,6 +19,7 @@ if env["builtin_pcre2"]:
thirdparty_sources = [
"pcre2_auto_possess.c",
"pcre2_chartables.c",
+ "pcre2_chkdint.c",
"pcre2_compile.c",
"pcre2_config.c",
"pcre2_context.c",