commit f5a715b95c84ac8d612493e98c5ab6e09b5abe6c
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Sat Feb 18 07:48:27 2017 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Sat Feb 18 07:48:27 2017 +0100
[cc1] Remove old time bits from types
This short type there wass from ancient times when the types
were used in a different way.
diff --git a/cc1/decl.c b/cc1/decl.c
index d84f2d1..5cc2dc2 100644
--- a/cc1/decl.c
+++ b/cc1/decl.c
@@ -761,7 +761,7 @@ identifier(struct decl *dcl)
if (sym == NULL) {
sym = redcl(dcl->sym, tp, dcl->pars, sclass);
} else {
- short flags = sym->flags;
+ int flags = sym->flags;
sym->type = tp;
sym->u.pars = dcl->pars;