mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
remove free from scripting lanugage
was causing issues with foreach
This commit is contained in:
parent
04fa9d87f4
commit
41c3f610be
|
|
@ -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
Loading…
Reference in a new issue