<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 17, 2018 at 5:26 PM, Anthony Walter <span dir="ltr"><<a href="mailto:sysrpl@gmail.com" target="_blank">sysrpl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am working with some a glib library that expects gboolean to be positive 1 for true, yet FPC emits -1 for true. </div></blockquote><div><br></div><div>I'd think that pascal defines true as</div><div>  true = not false;</div><div>In case of unsigned integers "-1" is not an option</div><div><br></div><div>thanks,</div><div>Dmitry</div></div></div></div>