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. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"