diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-11-23 12:25:37 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-11-23 12:25:37 +0000 |
| commit | a77c6b3e55c5857c9c0ba36baae2dbdcd7564cd4 (patch) | |
| tree | b53241533f12e6f9075026a77860a9cc1dd5baa0 /src/utf8proc/utf8proc.h | |
| parent | ef8563a818812493c33e34a259189757d0e7612b (diff) | |
Compile as C! Whoop!
Diffstat (limited to 'src/utf8proc/utf8proc.h')
| -rw-r--r-- | src/utf8proc/utf8proc.h | 2 |
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 |