[Vm-dev] function used without being declared

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Fri Oct 23 23:11:40 UTC 2015


In 32bits, this is bad and not C99 conformant.

But in 64bits, this is worse than bad.
Most functions return or take sqInt parameters wich are going to be 64bits
long but assumed int (32 bits) without the declaration...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20151024/b48bec84/attachment.htm


More information about the Vm-dev mailing list