diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-30 19:11:16 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-30 19:11:16 +0200 |
commit | 4f33c88a51587681b7be1ae57cfbc43b627c6bc4 (patch) | |
tree | 25560404dc80007e5dc268811242c9071f6a1017 /sys/src/cmd/cc/acid.c | |
parent | fcc5e75d07e5bc6cb3ddac6d9a437e7ec62d0d95 (diff) |
import updated compilers from sources
Diffstat (limited to 'sys/src/cmd/cc/acid.c')
-rw-r--r-- | sys/src/cmd/cc/acid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/cc/acid.c b/sys/src/cmd/cc/acid.c index 8ad20a913..d42b47b42 100644 --- a/sys/src/cmd/cc/acid.c +++ b/sys/src/cmd/cc/acid.c @@ -90,6 +90,8 @@ acidinit(void) if(types[TINT]->width != types[TSHORT]->width) warn(Z, "acidmember int not long or short"); } + if(types[TIND]->width == types[TUVLONG]->width) + acidchar[TIND] = 'Y'; } |