[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.7.90 pretest
From: |
Gavin Smith |
Subject: |
Re: texinfo-6.7.90 pretest |
Date: |
Mon, 1 Mar 2021 15:17:27 +0000 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
On Mon, Mar 01, 2021 at 04:33:15PM +0200, Eli Zaretskii wrote:
> ...exactly: mine is a 32-bit build, where both long and a pointer are
> 32-bit wide. But in a 64-bit build on Windows long is 32-bit and a
> pointer is 64-bit wide, so I think that would emit a warning. Thus, I
> think using intptr_t is a better fix.
Done.