On Thu, 20 Feb 2025 12:18:19 -0600
Rob Browning <r...@defaultvalue.org> wrote:
>   - I also wondered if there are any existing platforms where
>     sizeof(intptr_t) != sizeof(long)

I have not been following your exchanges, but on 64-bit Windows longs
are the same size as int, namely 32 bits. 'long long' and pointers are
64 bit.  I believe that cygwin may muddy the waters somewhat though.
Obviously this is irrelevant if you are not targetting Windows.

Reply via email to