Am 22. April 2012 17:39 schrieb Marco van de Voort <[email protected]>: > gboolean, > like Pascal booleans, are only true =1.
Just out of curiosity, how can they enforce this for the C compiler
with only some definitions in a header file? Isn't it just an alias
for int? what if i just write
gboolean something;
something = 2;
if (something) {
...
}
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
