Be a bit more explicit about uses of the struct hack.

This commit is contained in:
Bob Nystrom
2015-01-23 10:38:12 -08:00
parent cda727a18d
commit 94080a0e96
3 changed files with 36 additions and 24 deletions
+1
View File
@@ -2808,6 +2808,7 @@ void definition(Compiler* compiler)
classDefinition(compiler);
return;
}
if (match(compiler, TOKEN_VAR)) {
variableDefinition(compiler);
return;