Subject: Re: lint long long math.h prob
To: Matthias Drochner <M.Drochner@fz-juelich.de>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 07/01/2004 09:53:32
On Wed, Jun 30, 2004 at 06:44:10PM +0200, Matthias Drochner wrote:
> 
> prlw1@newn.cam.ac.uk said:
> > --- Lint_fabs.ln ---
> > /usr/include/math.h(312): warning: c89 C does not support 'long long'
> > [265] 
> 
> Sorry about that. c89 might not, but c99 and SUSv3 define that
> function.
> For some reason, the lint error didn't occur for me when I built libm.
> fabs is libc (which is arguably wrong, but anyway), so I didn't notice.
> I'll shut up lint in a minute.

Thanks! (Strange to look at a piece of correct code and wonder what the
error is about..)

Patrick