Re: [dev] Re: Bug in join.c

2015-12-14 Thread Mattias Andrée
On Mon, 14 Dec 2015 13:07:48 -0500 Random832 wrote: > Mattias Andrée writes: > > I think this patch should be included. But I don't see > > how it is of substance. It will never occur with two's > > complement or ones' complement. Only, signed magnitude > > representatiion. Any sensible C compil

[dev] Re: Bug in join.c

2015-12-14 Thread Random832
Mattias Andrée writes: > I think this patch should be included. But I don't see > how it is of substance. It will never occur with two's > complement or ones' complement. Only, signed magnitude > representatiion. Any sensible C compiler for POSIX > systems will only use two's complement; otherwise