Commit ac79db28 by Richard Kenner

Fix comment

From-SVN: r33410
parent 865f50c5
...@@ -564,7 +564,7 @@ extern void abort PARAMS ((void)); ...@@ -564,7 +564,7 @@ extern void abort PARAMS ((void));
#endif #endif
/* Enumerated bitfields are safe to use unless we've been explictly told /* Enumerated bitfields are safe to use unless we've been explictly told
* otherwise or if they are signed. */ otherwise or if they are signed. */
#define USE_ENUM_BITFIELDS (__GNUC__ || (!ONLY_INT_FIELDS && ENUM_BITFIELDS_ARE_UNSIGNED)) #define USE_ENUM_BITFIELDS (__GNUC__ || (!ONLY_INT_FIELDS && ENUM_BITFIELDS_ARE_UNSIGNED))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment