On Thu, Dec 04, 2014 at 02:21:50PM -0800, Guy
Sotomayor wrote:
On Dec 4, 2014, at 1:50 PM, Peter Corlett
<abuse at cabal.org.uk> wrote:
[...]
>> So on systems where sizeof(int) <= sizeof(int32_t) -- which is
>> everything
>> that matters
> Really? Where have you been? OS X the default has been to compile for
> 64-bits in which case sizeof(int) == sizeof(int64_t) since Leopard
> (10.5) in
Maybe not:
g5:~ toby$ cc -o test test.c
g5:~ toby$ ./test
sizeof(int) = 4
g5:~ toby$ uname -a
Darwin g5 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT
2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh