diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-11 14:02:39 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-11 14:02:39 +0100 |
| commit | a2edcf83abb8fec7df11056a0d0ca423a3efee25 (patch) | |
| tree | 901efdea6310996e379b7c5c6732269fb046a856 /modules | |
| parent | befc738b44fc05249cb81ee6563a44533bbea3c4 (diff) | |
| parent | dab95993c6c8ebd4fb439385a892dabda22698a2 (diff) | |
| download | redot-engine-a2edcf83abb8fec7df11056a0d0ca423a3efee25.tar.gz | |
Merge pull request #89371 from Chubercik/pcre2-10.43
pcre2: Update to 10.43
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/regex/SCsub | 1 |
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", |
