Subject: Re: lint long long math.h prob
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 06/30/2004 18:44:10
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.

best regards
Matthias