add missing float.h macros
authorRich Felker <dalias@aerifal.cx>
Sun, 10 Apr 2011 22:27:47 +0000 (18:27 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 10 Apr 2011 22:27:47 +0000 (18:27 -0400)
actually FLT_ROUNDS needs to expand to a static inline function that
obtains the current rounding mode and returns it, but that will be
added later with fenv.h stuff.


No differences found