[fpc-devel] OSX: Setting up parameters to objc_msgSend()

Dmitry Boyarintsev skalogryz.lists at gmail.com
Fri Oct 12 20:27:11 CEST 2018


On Fri, Oct 12, 2018 at 1:07 PM Sven Barth via fpc-devel <
fpc-devel at lists.freepascal.org> wrote:

>
> Boolean8 is an alias to Boolean. But if you need to work with 1 and 0, but
> have 4 Byte width then you could try Boolean32.
>

Indeed. It's scheduled for 3.2.0 release as alias for Boolean.
However, it would work the same as Boolean type. so the issue would not
resolved.
It would surely be nice to have that difference between Boolean (treated as
_Bool) and Boolean8 (treated as signer char with Ord(1)) type.

thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20181012/908f6fd7/attachment.html>


More information about the fpc-devel mailing list