fixed tgmath.h for functions with integral result
authorSzabolcs Nagy <nsz@port70.net>
Fri, 14 Dec 2012 11:49:35 +0000 (12:49 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 14 Dec 2012 11:49:35 +0000 (12:49 +0100)
commit934609442339edb21a33532ccefac8b78e6305f2
tree7e11b8280e7edbe789f9149936406d2a8596c6f0
parent0f53c1a4266ad4cca28115e2c3bcfdc86337d8ca
fixed tgmath.h for functions with integral result

in tgmath.h the return values are casted to the appropriate
floating-point type (if the compiler supports gcc __typeof__),
this is wrong in case of ilogb, lrint, llrint, lround, llround
which do not need such cast
include/tgmath.h