[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-diffutils] bug#24311: bug#24311: bug#24311: [PATCH] maint: acco
From: |
Peter Rosin |
Subject: |
Re: [bug-diffutils] bug#24311: bug#24311: bug#24311: [PATCH] maint: accommodate LP64 systems |
Date: |
Sat, 27 Aug 2016 00:03:58 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 2016-08-26 21:46, Eric Blake wrote:
> But GNU software often tries to be portable to more than just POSIX
> platforms, and gnulib is already useful for catering to mingw64 where we
> indeed have long narrower than intptr_t (I'm not sure off-hand whether
> intptr_t and ptrdiff_t are the same size, or if ptrdiff_t is only 4 bytes).
intptr_t and ptrdiff_t are the same size (8 bytes) on 64-bit Windows.
Cheers,
Peter