diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-10-06 05:20:00 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-10-06 05:20:00 +0200 |
commit | 99ddc5b0971c3ce0baddd667ea4c34c635c8e5ab (patch) | |
tree | c82b8bde455277979b1dd920b77ed69e70a56c6d /sys/src/cmd | |
parent | b33f4c030159ac9dfdf34cb0ba6ec64daf727c8c (diff) |
cc: TUSHORT -> TRUNE for lstring constats for OUSED
Diffstat (limited to 'sys/src/cmd')
-rw-r--r-- | sys/src/cmd/cc/dcl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/cc/dcl.c b/sys/src/cmd/cc/dcl.c index f6c567669..4e6fd7775 100644 --- a/sys/src/cmd/cc/dcl.c +++ b/sys/src/cmd/cc/dcl.c @@ -232,7 +232,7 @@ nextinit(void) a->cstring++; } if(a->op == OLSTRING) { - b->vconst = convvtox(*a->rstring, TUSHORT); + b->vconst = convvtox(*a->rstring, TRUNE); a->rstring++; } a->type->width -= b->type->width; |