Re: Guile 64-bit Windows support, redux
Chris Vine <[email protected]> Thu, 20 Feb 2025 18:56:35 +0000
| Newsgroups | gmane.lisp.guile.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Feb 2025 12:18:19 -0600 Rob Browning <[email protected]> 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.