Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@ -56,7 +56,7 @@ static TokenList *CreateToken(TokenList * pN, TokenList * pP)
|
||||
|
||||
static CharType CheckSpecial(char *pWord)
|
||||
{
|
||||
CharType eRes = eText;
|
||||
CharType eRes = eeText;
|
||||
int iFlag = 0;
|
||||
|
||||
if (isspace(pWord[0]))
|
||||
|
Reference in New Issue
Block a user