aboutsummaryrefslogtreecommitdiff
path: root/src/unicode.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-08-27 11:05:08 +0100
committerGinger Bill <bill@gingerbill.org>2016-08-27 11:05:08 +0100
commitae75ab169ba6199cac4555570f6c33d1f5aa75e9 (patch)
tree38d25d793f6d728b08099fb2764d1506cadf99b4 /src/unicode.cpp
parent3a189b9c1ca273105ba030322e151efd85825482 (diff)
Pointer arithmetic builtin procedures
Diffstat (limited to 'src/unicode.cpp')
-rw-r--r--src/unicode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unicode.cpp b/src/unicode.cpp
index 1495101fc..cf415d86b 100644
--- a/src/unicode.cpp
+++ b/src/unicode.cpp
@@ -2,6 +2,8 @@
#pragma warning(disable: 4245)
#include "utf8proc/utf8proc.h"
+// #define UTF8PROC_IMPLEMENTATION
+// #include "utf8proc/utf8proc_new.h"
#pragma warning(pop)