[hackers] [scc] [cc1] Remove old time bits from types || Roberto E. Vargas Caballero
commit f5a715b95c84ac8d612493e98c5ab6e09b5abe6c
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sat Feb 18 07:48:27 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -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;
Received on Sat Feb 18 2017 - 12:19:27 CET
This archive was generated by hypermail 2.3.0
: Sat Feb 18 2017 - 12:24:20 CET