| author | |
| committer | |
| log | 5de92425d57338ba6c94a90360f96eb2fa8efdda |
| tree | 20daeb7532dbc63905e2fa394c4fdd4a4d416e15 |
| parent | ff4a03f35157c3c82d581a599bf98db86504ecc1 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/parser.cpp+1-1| ... | ... | @@ -655,7 +655,7 @@ static AstNode *ast_parse_suspend_block(ParseContext *pc, size_t *token_index, b |
| 655 | 655 | Token *token = &pc->tokens->at(*token_index); |
| 656 | 656 | Token *suspend_token = nullptr; |
| 657 | 657 | |
| 658 | if (suspend_token->id == TokenIdKeywordSuspend) { | |
| 658 | if (token->id == TokenIdKeywordSuspend) { | |
| 659 | 659 | *token_index += 1; |
| 660 | 660 | suspend_token = token; |
| 661 | 661 | token = &pc->tokens->at(*token_index); |