remove free from scripting lanugage

was causing issues with foreach
This commit is contained in:
marauder2k7 2025-05-12 12:50:49 +01:00
parent 04fa9d87f4
commit 41c3f610be
2 changed files with 330 additions and 380 deletions

View file

@ -102,10 +102,6 @@ struct Token
IfStmtNode* ifnode;
}
%destructor { dFree($$.value); } <s>
%destructor { dFree($$.value); } <str>
%type <s> parent_block
%type <ifnode> case_block
%type <stmt> switch_stmt

File diff suppressed because it is too large Load diff