This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/3439] math.h, fenv.h macros do not conform to C99


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]