Fix comment

From-SVN: r33410
This commit is contained in:
Richard Kenner 2000-04-25 07:21:13 -04:00
parent 865f50c5a9
commit ac79db28f4
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ extern void abort PARAMS ((void));
#endif
/* 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))