summaryrefslogtreecommitdiff
path: root/pcre-inc.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-17 13:27:30 -0400
committerpommicket <pommicket@gmail.com>2023-10-17 13:27:30 -0400
commited07fe85ec0b85d8d0ade65caac0f04b999890b4 (patch)
treee30eb2aa794e6068366086423754332f80c796f5 /pcre-inc.h
parent7b7fb826b33773bab0cb57cc0dc234a9d7a0742e (diff)
set things up for UTF-8 PCRE2
Diffstat (limited to 'pcre-inc.h')
-rw-r--r--pcre-inc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre-inc.h b/pcre-inc.h
index 3d8f3b9..6c36f4a 100644
--- a/pcre-inc.h
+++ b/pcre-inc.h
@@ -5,7 +5,7 @@
#define PCRE_INC_H_
#define PCRE2_STATIC
-#define PCRE2_CODE_UNIT_WIDTH 32
+#define PCRE2_CODE_UNIT_WIDTH 0
#include <pcre2.h>
#endif // PCRE_INC_H_