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.
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.