Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-11-02 Thread Pierre Ynard
> On Fri, 2009-10-30 at 13:02 -0700, Pierre Ynard wrote: > > Yes, my fix works. But you commited something different from my fix. > > I'm not too sure about all of this, so I figured you'd know better than me > > :) > > I see a difference, don't know why this happened. Are things better > now ?

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-31 Thread Danny Backx
On Fri, 2009-10-30 at 13:02 -0700, Pierre Ynard wrote: > Yes, my fix works. But you commited something different from my fix. > I'm not too sure about all of this, so I figured you'd know better than me :) I see a difference, don't know why this happened. Are things better now ? Danny --

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-30 Thread Pierre Ynard
> On Fri, 2009-10-30 at 10:18 +, Pierre Ynard wrote: > > > On Thu, 2009-10-29 at 14:21 +0100, Pierre Ynard wrote: > > > > > > It seems to me that this was removed in the last merge. It causes > > > > atoll() not to be declared for me. > > > > > > Done, thanks. > > > > Uh it still doesn't wor

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-29 Thread Danny Backx
On Thu, 2009-10-29 at 14:21 +0100, Pierre Ynard wrote: > It seems to me that this was removed in the last merge. It causes > atoll() not to be declared for me. Done, thanks. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -

[Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-29 Thread Pierre Ynard
Hello, It seems to me that this was removed in the last merge. It causes atoll() not to be declared for me. --- trunk/cegcc/src/mingw/include/stdlib.h (révision 1398) +++ trunk/cegcc/src/mingw/include/stdlib.h (copie de travail) @@ -562,6 +562,10 @@ {return (_j >= 0 ? _j : -_j);} #