[Bug math/3439] math.h, fenv.h macros do not conform to C99
eggert at gnu dot org
sourceware-bugzilla@sourceware.org
Sat Apr 28 23:16:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=3439
--- Comment #8 from Paul Eggert <eggert at gnu dot org> 2012-04-28 23:15:42 UTC ---
How about this instead?
FE_WHATEVER =
#define FE_WHATEVER 0x100
FE_WHATEVER,
This repeats the number just once and the identifier just thrice,
with no need for __FE_WHATEVER. It's odd, but I've seen odder.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list