Fixed possible crash when classifying chars.

This commit is contained in:
Roberto Raggi
2008-12-03 09:31:29 +01:00
parent d5b00aaef9
commit 8c741ede88
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ private:
const char *_currentChar;
const char *_lastChar;
const char *_tokenStart;
char _yychar;
unsigned char _yychar;
int _state;
union {
unsigned _flags;