rebasing lexer on dev
This commit is contained in:
commit
f226013955
2 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ static void update_current_token(struct token *tok)
|
|||
/* @brief: frees the last token and sets it to [tok].
|
||||
* Also sets current_token to NULL.
|
||||
* this function is called by token_pop().
|
||||
*
|
||||
*/
|
||||
static void update_last_token(struct token *tok)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue