Two very unimportant changes: a typo and dead code.

This commit is contained in:
Kyle Marek-Spartz
2014-02-15 00:15:51 -06:00
parent b1bae8fc6c
commit 10b335908c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ typedef enum
TOKEN_EOF
} TokenType;
typedef struct Token_s
typedef struct
{
TokenType type;