"Bert Huijben" <b...@qqmail.nl> writes: > This breaks the build on systems that don't use 64 bit for int. (So > this breaks 32 bit unix and 32 and 64 bit Windows)
Very few platforms use 64-bit int, 64-bit Linux does not. It's still a bug, but not always (ever?) visible on 64-bit Linux due to the calling convention of the ABI. -- Philip