Comment 6 for bug 914612

Revision history for this message
Attila Lendvai (attila-lendvai) wrote :

copying over the description of another bug that i once again unwittingly reported 4 years later.

on linux x64:

(sb-alien:alien-size cl:boolean) => 64
sizeof(_Bool) => 1

i would expect sb-alien either not to define a boolean type, or map it to C's _Bool.