Hi,

On Saturday 23 June 2007, Matthias Klose wrote:
> Package: liborsa0-dev
> [...]
> This package has been indentified as one with header files in
> /usr/include matching 'long *double'. Please close this bug report
> if it is a false positive, or rename the package accordingly.

I think this is a false positive, the only occurrence of "long double" is in a 
macro definition:

$ grep -r "long.*double" *
orsa_common.h:#define PI  3.1415926535897932384626433832795029L  /* long 
double constant, thanks to the trailing L */

And this constant is only used as follows:
  const double halfpi = PI/2;
  const double pi     = PI;
  const double twopi  = PI+PI;
  const double pisq   = PI*PI;

Could you please confirm that the package does not need to be renamed?

Thanks,
Frank

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to