reverting []() 'fix'
This commit is contained in:
@@ -560,9 +560,11 @@ ParserRet_t parseScript(char* in, u32 len) {
|
|||||||
vecAdd(&staticVariableHolder, a);
|
vecAdd(&staticVariableHolder, a);
|
||||||
CreateVariableReferenceStatic((Variable_t*)(staticVariableHolder.count - 1));
|
CreateVariableReferenceStatic((Variable_t*)(staticVariableHolder.count - 1));
|
||||||
op.variable = reference;
|
op.variable = reference;
|
||||||
|
/*
|
||||||
vecAdd(&lastFunc->operations, op);
|
vecAdd(&lastFunc->operations, op);
|
||||||
op.token = EquationSeperator;
|
op.token = EquationSeperator;
|
||||||
op.lineNumber = lineNumber;
|
op.lineNumber = lineNumber;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user