diff options
Diffstat (limited to 'src/3rdparty/pcre2/src/pcre2_extuni.c')
| -rw-r--r-- | src/3rdparty/pcre2/src/pcre2_extuni.c | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/src/3rdparty/pcre2/src/pcre2_extuni.c b/src/3rdparty/pcre2/src/pcre2_extuni.c index 91d839e2970..1b7f04b4b2f 100644 --- a/src/3rdparty/pcre2/src/pcre2_extuni.c +++ b/src/3rdparty/pcre2/src/pcre2_extuni.c @@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.  -----------------------------------------------------------------------------  */ +  /* This module contains an internal function that is used to match a Unicode  extended grapheme sequence. It is used by both pcre2_match() and  pcre2_dfa_match(). However, it is called only when Unicode support is being @@ -45,14 +46,10 @@ compiled. Nevertheless, we provide a dummy function when there is no Unicode  support, because some compilers do not like functionless source files. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -  #include "pcre2_internal.h" +  /* Dummy function */  #ifndef SUPPORT_UNICODE  | 
