Win32 Window Test

This commit is contained in:
gingerBill
2016-08-15 21:22:44 +01:00
parent dcbb2fcfbd
commit 0dd17fe843
14 changed files with 989 additions and 451 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ void check_const_decl(Checker *c, Entity *e, AstNode *type_expr, AstNode *init_e
e->type = t;
}
Operand operand = {Addressing_Invalid};
Operand operand = {};
if (init_expr)
check_expr(c, &operand, init_expr);
check_init_constant(c, e, &operand);