tp_unsigned is now a true boolean
authorceriel <none@none>
Thu, 21 Jun 1990 15:49:41 +0000 (15:49 +0000)
committerceriel <none@none>
Thu, 21 Jun 1990 15:49:41 +0000 (15:49 +0000)
lang/cem/cemcom.ansi/type.c

index 8d8cef6..2081661 100644 (file)
@@ -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;