tp_unsigned is now a true boolean
This commit is contained in:
parent
66e9c0dfcc
commit
c24776265d
@ -280,7 +280,7 @@ standard_type(fund, sgn, algn, sz)
|
||||
{
|
||||
register struct type *tp = create_type(fund);
|
||||
|
||||
tp->tp_unsigned = sgn;
|
||||
tp->tp_unsigned = sgn != 0;
|
||||
tp->tp_align = algn;
|
||||
tp->tp_size = sz;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user