Remove type prefix declarations

This commit is contained in:
Ginger Bill
2017-06-28 23:23:10 +01:00
parent 0622509807
commit 4f28e9e1fb
17 changed files with 233 additions and 256 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ void check_const_decl(Checker *c, Entity *e, AstNode *type_expr, AstNode *init,
if (init != NULL) {
check_expr_or_type(c, &operand, init);
}
#if 0
#if 1
if (operand.mode == Addressing_Type) {
e->kind = Entity_TypeName;