tp_unsigned is now a true boolean
This commit is contained in:
parent
f218a430f6
commit
0105d98302
|
@ -280,7 +280,7 @@ standard_type(fund, sgn, algn, sz)
|
||||||
{
|
{
|
||||||
register struct type *tp = create_type(fund);
|
register struct type *tp = create_type(fund);
|
||||||
|
|
||||||
tp->tp_unsigned = sgn;
|
tp->tp_unsigned = sgn != 0;
|
||||||
tp->tp_align = algn;
|
tp->tp_align = algn;
|
||||||
tp->tp_size = sz;
|
tp->tp_size = sz;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue