diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 4078977..91ef56e 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -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)) |