One of our smoke compilers is not smart enough to know that the
remainder when dividing by two can only be a 0 or a 1.
_invlist_union_maybe_complement_2nd(
cp_list,
PL_XPosix_ptrs[classnum],
- namedclass % 2, /* Complement if odd
- (NHORIZWS, NVERTWS) */
+ cBOOL(namedclass % 2), /* Complement if odd
+ (NHORIZWS, NVERTWS)
+ */
&cp_list);
}
}
_invlist_union_maybe_complement_2nd(
posixes,
PL_ASCII,
- namedclass % 2, /* Complement if odd (NASCII) */
+ cBOOL(namedclass % 2), /* Complement if odd
+ (NASCII) */
&posixes);
}
else { /* Garden variety class */