diff options
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_error.c')
| -rw-r--r-- | thirdparty/pcre2/src/pcre2_error.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/thirdparty/pcre2/src/pcre2_error.c b/thirdparty/pcre2/src/pcre2_error.c index c61648cb7f..3dee63d0db 100644 --- a/thirdparty/pcre2/src/pcre2_error.c +++ b/thirdparty/pcre2/src/pcre2_error.c @@ -7,7 +7,7 @@ and semantics are as close as possible to those of the Perl 5 language.                         Written by Philip Hazel       Original API code Copyright (c) 1997-2012 University of Cambridge -          New API code Copyright (c) 2016-2019 University of Cambridge +          New API code Copyright (c) 2016-2021 University of Cambridge  -----------------------------------------------------------------------------  Redistribution and use in source and binary forms, with or without @@ -186,6 +186,7 @@ static const unsigned char compile_error_texts[] =    "script runs require Unicode support, which this version of PCRE2 does not have\0"    "too many capturing groups (maximum 65535)\0"    "atomic assertion expected after (?( or (?(?C)\0" +  "\\K is not allowed in lookarounds (but see PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK)\0"    ;  /* Match-time and UTF error texts are in the same format. */ |