On Fri, Oct 12, 2018 at 1:07 PM Sven Barth via fpc-devel <
fpc-devel@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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to