Re: Guile 64-bit Windows support, redux

2025-02-20 Thread Chris Vine
On Thu, 20 Feb 2025 12:18:19 -0600 Rob Browning 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 ar

Re: Guile 64-bit Windows support, redux

2025-02-20 Thread Rob Browning
"Dr. Arne Babenhauserheide" writes: > I tried to ping in IRC again, but since no one seems fit to do the > reviews, I put it on my own TODO list. So this belongs in the category of somewhat cursory comments, and I'm not sure I should be the more substantive reviewer here, and/or have the time to