Be a bit more explicit about uses of the struct hack.
This commit is contained in:
@@ -2808,6 +2808,7 @@ void definition(Compiler* compiler)
|
||||
classDefinition(compiler);
|
||||
return;
|
||||
}
|
||||
|
||||
if (match(compiler, TOKEN_VAR)) {
|
||||
variableDefinition(compiler);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user