Make type of __nan__ __inf__ and __snan__ be float
commit9e47b182290a2fb3db877e559fef66d29f41ac65
authorMichael Matz <matz@suse.de>
Sun, 24 Dec 2017 12:16:09 +0000 (24 13:16 +0100)
committerMichael Matz <matz@suse.de>
Sun, 24 Dec 2017 12:16:09 +0000 (24 13:16 +0100)
treed5154b9947b12abac7e69a11f4f50a7698b172f4
parent3b27b3b1d1ae953f5ecb37f5bc95758499d66971
Make type of __nan__ __inf__ and __snan__ be float

so that those builtins can be used directly for the C99 NAN and
INFINITY math.h macros.
tccgen.c