diff options
Diffstat (limited to 'decl.c')
| -rw-r--r-- | decl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -185,6 +185,7 @@ tagspec(struct scope *s)  		t = mktype(kind, NULL);  		if (kind == TYPEBASIC) {  			*t = typeint; +			t->basic.kind = BASICENUM;  		} else {  			t->repr = &i64; // XXX  			t->size = 0;  | 
