mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Rename lexer_DeleteState to lexer_CleanupState
This commit is contained in:
@@ -237,7 +237,7 @@ bool yywrap(void)
|
||||
|
||||
contextStack.pop();
|
||||
|
||||
lexer_DeleteState(oldContext.lexerState);
|
||||
lexer_CleanupState(oldContext.lexerState);
|
||||
// Restore args if a macro (not REPT) saved them
|
||||
if (oldContext.fileInfo->type == NODE_MACRO) {
|
||||
macro_FreeArgs(macro_GetCurrentArgs());
|
||||
|
||||
Reference in New Issue
Block a user