diff options
author | ewewukek <ewewukek@gmail.com> | 2024-02-24 19:34:53 +0300 |
---|---|---|
committer | ewewukek <ewewukek@gmail.com> | 2024-02-24 19:34:53 +0300 |
commit | bc2dc90e6e07f29beb28938f6c80cd82738b1aba (patch) | |
tree | c30ff1d75582a9564fe0c00169db2539436f4bd9 | |
parent | 07a3d8dbd5d391d7be813f51bb7c941a5276aee3 (diff) | |
download | mplint-bc2dc90e6e07f29beb28938f6c80cd82738b1aba.tar.gz mplint-bc2dc90e6e07f29beb28938f6c80cd82738b1aba.tar.bz2 mplint-bc2dc90e6e07f29beb28938f6c80cd82738b1aba.tar.xz mplint-bc2dc90e6e07f29beb28938f6c80cd82738b1aba.zip |
Specify PCRE2_CODE_UNIT_WIDTH explicitly
-rw-r--r-- | src/stringutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stringutils.h b/src/stringutils.h index ed4265e..601a7d4 100644 --- a/src/stringutils.h +++ b/src/stringutils.h @@ -31,6 +31,7 @@ #include <list> #include <set> +#define PCRE2_CODE_UNIT_WIDTH 8 #include "jpcre2.hpp" #include "localconsts.h" |