Parse undefined as simple

This commit is contained in:
Ilmir Usmanov
2014-10-01 14:30:04 +04:00
parent 6561c3fe6c
commit c8b97214fe
3 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ typedef uint8_t token_type;
#define TOK_DIV 55 // /
#define TOK_DIV_EQ 56 // /=
#define TOK_EMPTY 57
#define TOK_UNDEFINED 57 // undefined
#define TOK_EMPTY 58
/* Represents the contents of a token. */