Actually use TOKEN_CHARCONST in the lexer...

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-25 22:04:27 +01:00
parent 0301ea7818
commit 2234090398

View file

@ -1277,6 +1277,7 @@ int lex_do(lex_file *lex)
lex_tokench(lex, ch);
lex_endtoken(lex);
lex->tok.ttype = TOKEN_CHARCONST;
/* It's a vector if we can successfully scan 3 floats */
#ifdef WIN32
if (sscanf_s(lex->tok.value, " %f %f %f ",