Rename lexer_DeleteState to lexer_CleanupState

This commit is contained in:
Rangi42
2024-02-28 21:01:49 -05:00
committed by Sylvie
parent 17df94c75b
commit d1fa5ccd4d
3 changed files with 3 additions and 3 deletions

View File

@@ -451,7 +451,7 @@ void lexer_RestartRept(uint32_t lineNo)
lexerState->lineNo = lineNo;
}
void lexer_DeleteState(struct LexerState &state)
void lexer_CleanupState(struct LexerState &state)
{
// A big chunk of the lexer state soundness is the file stack ("fstack").
// Each context in the fstack has its own *unique* lexer state; thus, we always guarantee