1
0
forked from GitHub/gf-core

another attempt to port the robust parser to MacOS

This commit is contained in:
kr.angelov
2012-05-16 15:18:44 +00:00
parent eb380dfb80
commit bd8046f23d
15 changed files with 21 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ inline GuUCS
gu_char_ucs(char c)
{
gu_require(gu_char_is_valid(c));
#ifdef GU_CHAR_ASCII
#ifdef CHAR_ASCII
GuUCS u = (GuUCS) c;
#else
extern const uint8_t gu_ucs_ascii_reverse_[CHAR_MAX];