mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
TWO BYTES
This commit is contained in:
@@ -18,4 +18,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
print "All good";
|
print "All good";
|
||||||
|
|||||||
@@ -1697,7 +1697,7 @@ static bool execDotAssign(Interpreter* interpreter) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Literal idn = copyLiteral(compound);
|
Literal idn = compound;
|
||||||
|
|
||||||
if (!parseIdentifierToValue(interpreter, &compound)) {
|
if (!parseIdentifierToValue(interpreter, &compound)) {
|
||||||
freeLiteral(assign);
|
freeLiteral(assign);
|
||||||
@@ -2459,4 +2459,4 @@ void freeInterpreter(Interpreter* interpreter) {
|
|||||||
freeLiteralDictionary(interpreter->exportTypes);
|
freeLiteralDictionary(interpreter->exportTypes);
|
||||||
FREE(LiteralDictionary, interpreter->exportTypes);
|
FREE(LiteralDictionary, interpreter->exportTypes);
|
||||||
interpreter->exportTypes = NULL;
|
interpreter->exportTypes = NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user