You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Revert "pcre2: Update to upstream version 10.42"
This reverts commit 62c3e4ab9c.
Needs more work, see comments about `_regex_free` errors in #70447.
This commit is contained in:
2
thirdparty/pcre2/src/pcre2_jit_simd_inc.h
vendored
2
thirdparty/pcre2/src/pcre2_jit_simd_inc.h
vendored
@@ -776,7 +776,7 @@ typedef union {
|
||||
} int_char;
|
||||
|
||||
#if defined SUPPORT_UNICODE && PCRE2_CODE_UNIT_WIDTH != 32
|
||||
static SLJIT_INLINE int utf_continue(PCRE2_SPTR s)
|
||||
static SLJIT_INLINE int utf_continue(sljit_u8 *s)
|
||||
{
|
||||
#if PCRE2_CODE_UNIT_WIDTH == 8
|
||||
return (*s & 0xc0) == 0x80;
|
||||
|
||||
Reference in New Issue
Block a user