Two very unimportant changes: a typo and dead code.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ typedef enum
|
||||
TOKEN_EOF
|
||||
} TokenType;
|
||||
|
||||
typedef struct Token_s
|
||||
typedef struct
|
||||
{
|
||||
TokenType type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user