aboutsummaryrefslogtreecommitdiff
path: root/src/utf8proc
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-11-23 12:25:37 +0000
committerGinger Bill <bill@gingerbill.org>2016-11-23 12:25:37 +0000
commita77c6b3e55c5857c9c0ba36baae2dbdcd7564cd4 (patch)
treeb53241533f12e6f9075026a77860a9cc1dd5baa0 /src/utf8proc
parentef8563a818812493c33e34a259189757d0e7612b (diff)
Compile as C! Whoop!
Diffstat (limited to 'src/utf8proc')
-rw-r--r--src/utf8proc/utf8proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utf8proc/utf8proc.h b/src/utf8proc/utf8proc.h
index b27b01179..240fac66f 100644
--- a/src/utf8proc/utf8proc.h
+++ b/src/utf8proc/utf8proc.h
@@ -94,7 +94,7 @@ typedef unsigned int utf8proc_size_t;
# endif
# ifndef __cplusplus
typedef unsigned char utf8proc_bool;
-enum {false, true};
+// enum {false, true};
# else
typedef bool utf8proc_bool;
# endif