svn commit: r311109 - head/usr.bin/patch
Konstantin Belousov
kostikbel at gmail.com
Tue Jan 3 10:26:28 UTC 2017
On Mon, Jan 02, 2017 at 07:41:26PM -0500, Pedro Giffuni wrote:
>
>
> On 01/02/17 17:54, Conrad Meyer wrote:
> > I was suggesting using UINT32_MAX/2 on all platforms (which is safe
> > everywhere).
> >
>
> Ah OK. INT_MAX is ~ (UINT_MAX / 2) so it's the same to use either.
> I just think it's clearer to use INT_MAX and the corresponding int
> type.
>
> The other issue is if diff(1) can handle such lines(?).
Of course it cannot, on ILP32 arches.
More information about the svn-src-all
mailing list