bug-gnulib
[Top][All Lists]
Advanced

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

math.in.h problem


From: Jake Aleemi
Subject: math.in.h problem
Date: Tue, 16 Jul 2013 20:04:58 -0400

I noticed in lines 157-158 of /gnulib/lib/math.in.h,
there was a multiline comment end tag after the text after
the 'else' preprocessor directive

# else Pull in a function that fixes the 'int' to 'long double'
conversion 
   of glibc 2.7.  */ <--???

this can be fixed by adding a multiline comment tag after 'else'
and before 'Pull', e.g.:

# else /* Pull in a function that fixes the 'int' to 'long double'
conversion
   of glibc 2.7.  */ <--that's better!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]