[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CVS apt 0.4.0



On Mon, 18 Sep 2000, Torsten Landschoff wrote:

> On Sun, Sep 17, 2000 at 12:00:15PM -0600, Jason Gunthorpe wrote:
> > * All byte counters are now doubles to advoid 4G wraparound. The compiler 
> >   should generate warnings on any incorrect use of these.
> 
> I hope you mean "long long" and not "double"?

No, I mean double. long long is non portable and apparently GCC has issues
with it on some platforms. Double has the necessary mantissa to
effectively represent the range I am looking at. 

Jason



Reply to: