From f4c17cb7aa1517739c5aea5155e17fc9d1b2f05e Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 16 May 2012 15:18:44 +0000 Subject: another attempt to port the robust parser to MacOS --- src/runtime/c/gu/utf8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/gu/utf8.c') diff --git a/src/runtime/c/gu/utf8.c b/src/runtime/c/gu/utf8.c index a416c2dac..b1d5996c2 100644 --- a/src/runtime/c/gu/utf8.c +++ b/src/runtime/c/gu/utf8.c @@ -1,6 +1,6 @@ #include #include -#include +#include GuUCS gu_utf8_decode(const uint8_t** src_inout) @@ -180,7 +180,7 @@ gu_utf32_out_utf8(const GuUCS* src, size_t len, GuOut* out, GuExn* err) } -#ifndef GU_CHAR_ASCII +#ifndef CHAR_ASCII void gu_str_out_utf8_(const char* str, GuOut* out, GuExn* err) { -- cgit v1.2.3