[fpc-pascal] H2pas tool vs others, C header translation
Sven Barth
pascaldragon at googlemail.com
Sun Aug 27 22:51:28 CEST 2017
On 27.08.2017 19:27, Marco van de Voort wrote:
> In our previous episode, Sven Barth via fpc-pascal said:
>> Am 27.08.2017 00:10 schrieb "Marco van de Voort" <marcov at stack.nl>:
>>> The GTK headers also use a 0/1 boolean, and for that the boolean8/16/32
>>> types were created. I couldn't quickly find docs, so I filed a bug for
>> that.
>>
>> Please note that there is no Boolean8 as that one is simply Boolean. But
>> there is also a Boolean64 and QWordBool ;)
>
> Boolean can be packed in ISO mode, Boolean8 has an explicit size so
> shouldn't :-)
Even the Boolean16/32/64 types are bitpacked down to one bit, so that's
definitely no reason :P
> Seriously, without searching for something pedantic to say, I thought that
> an alias was added for orthogonality. Maybe it should.
*shrugs* If you think so...
Regards,
Sven
More information about the fpc-pascal
mailing list