mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
remove free from scripting lanugage
was causing issues with foreach
This commit is contained in:
parent
04fa9d87f4
commit
41c3f610be
2 changed files with 330 additions and 380 deletions
|
|
@ -102,10 +102,6 @@ struct Token
|
||||||
IfStmtNode* ifnode;
|
IfStmtNode* ifnode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
%destructor { dFree($$.value); } <s>
|
|
||||||
%destructor { dFree($$.value); } <str>
|
|
||||||
|
|
||||||
%type <s> parent_block
|
%type <s> parent_block
|
||||||
%type <ifnode> case_block
|
%type <ifnode> case_block
|
||||||
%type <stmt> switch_stmt
|
%type <stmt> switch_stmt
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue