summaryrefslogtreecommitdiffstats
path: root/thirdparty/pcre2/src/pcre2_context.c
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-04-30 15:09:03 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-04-30 15:09:03 +0200
commit824736d271ca7e545ed7cf42f20ba34fb2b73def (patch)
tree34d4d9d88c96fd0a7f0b23c858cbd195db073789 /thirdparty/pcre2/src/pcre2_context.c
parentd29514accef09ba0402cdbb87ec5f5e773a48bbc (diff)
downloadredot-engine-824736d271ca7e545ed7cf42f20ba34fb2b73def.tar.gz
pcre2: Update to upstream version 10.34
Changelog: https://vcs.pcre.org/pcre2/code/tags/pcre2-10.34/ChangeLog?view=markup
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_context.c')
-rw-r--r--thirdparty/pcre2/src/pcre2_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_context.c b/thirdparty/pcre2/src/pcre2_context.c
index 9c2886a6d0..f904a494a0 100644
--- a/thirdparty/pcre2/src/pcre2_context.c
+++ b/thirdparty/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;