Closed barracuda156 closed 3 months ago
The only arch where we have 4-byte bool is ppc; ppc64 has 1-byte bool. (If __LP64__ is always defined on ppc64, the change is merely cosmetic.)
ppc
ppc64
__LP64__
LGTM, thanks.
The only arch where we have 4-byte bool is
ppc
;ppc64
has 1-byte bool. (If__LP64__
is always defined onppc64
, the change is merely cosmetic.)