Fix mac build by not defining false and true. (#73)

This commit is contained in:
Peter Johnson
2016-06-17 22:32:18 -07:00
committed by GitHub
parent b2795af2b8
commit c7d9ecbab3

View File

@@ -62,8 +62,6 @@ static const UTF32 halfMask = 0x3FFUL;
#define UNI_SUR_HIGH_END (UTF32)0xDBFF
#define UNI_SUR_LOW_START (UTF32)0xDC00
#define UNI_SUR_LOW_END (UTF32)0xDFFF
#define false 0
#define true 1
/* --------------------------------------------------------------------- */