summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewewukek <ewewukek@gmail.com>2024-02-24 19:34:53 +0300
committerewewukek <ewewukek@gmail.com>2024-02-24 19:34:53 +0300
commitbc2dc90e6e07f29beb28938f6c80cd82738b1aba (patch)
treec30ff1d75582a9564fe0c00169db2539436f4bd9
parent07a3d8dbd5d391d7be813f51bb7c941a5276aee3 (diff)
downloadmplint-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.h1
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"