summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/src/pcre2_context.c
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2019-11-23 15:04:47 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2019-12-25 00:49:19 +0100
commit25101f0984e86aa30f34773eb5b2025f58086b71 (patch)
treed4e11af9139d0cd4811ce26f6b37362b498275be /src/3rdparty/pcre2/src/pcre2_context.c
parentd24a1d4323e73400ef4ecca99e03ff0f41c60389 (diff)
Update PCRE2 to 10.34
Also adjust the import script to handle new files. The RTEMS patch is not upstreamed and had to be-reapplied. Change-Id: Ie3102d56a25674b50c67edd3cce25ffe7040a215 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/3rdparty/pcre2/src/pcre2_context.c')
-rw-r--r--src/3rdparty/pcre2/src/pcre2_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre2/src/pcre2_context.c b/src/3rdparty/pcre2/src/pcre2_context.c
index 9c2886a6d0..f904a494a0 100644
--- a/src/3rdparty/pcre2/src/pcre2_context.c
+++ b/src/3rdparty/pcre2/src/pcre2_context.c
@@ -323,7 +323,7 @@ data. */
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION
pcre2_set_character_tables(pcre2_compile_context *ccontext,
- const unsigned char *tables)
+ const uint8_t *tables)
{
ccontext->tables = tables;
return 0;