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/ucs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/runtime/c/gu/ucs.c') diff --git a/src/runtime/c/gu/ucs.c b/src/runtime/c/gu/ucs.c index 34649f36a..dc210b312 100644 --- a/src/runtime/c/gu/ucs.c +++ b/src/runtime/c/gu/ucs.c @@ -1,11 +1,11 @@ #include #include -#include +#include GU_DEFINE_TYPE(GuUCSExn, abstract, _); -#ifdef GU_CHAR_ASCII +#ifdef CHAR_ASCII bool gu_char_is_valid(char c) @@ -36,7 +36,7 @@ gu_ucs_char(GuUCS uc, GuExn* err) return 0; } -#else // defined(GU_CHAR_ASCII) +#else // defined(CHAR_ASCII) static const char gu_ucs_ascii[128] = "\0\0\0\0\0\0\0\a\b\t\n\v\f\r\0\0" -- cgit v1.2.3