diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index e58a2e7..b22aaa1 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -659,7 +659,7 @@ cpp_num cpp_num_sign_extend PARAMS ((cpp_num, size_t)); #define DL_ICE 0x04 /* Extracts a diagnostic level from an int. */ #define DL_EXTRACT(l) (l & 0xf) -/* Non-zero if a diagnostic level is one of the warnings. */ +/* Nonzero if a diagnostic level is one of the warnings. */ #define DL_WARNING_P(l) (DL_EXTRACT (l) >= DL_WARNING \ && DL_EXTRACT (l) <= DL_PEDWARN) |