diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 05d29ce5472..7c1fe854658 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -402,8 +402,8 @@ struct cpp_options ints and target wide characters, respectively. */ size_t precision, char_precision, int_precision, wchar_precision; - /* Nonzero means chars (wide chars) are unsigned. */ - unsigned char unsigned_char, unsigned_wchar; + /* True means chars (wide chars) are unsigned. */ + bool unsigned_char, unsigned_wchar; /* Nonzero means __STDC__ should have the value 0 in system headers. */ unsigned char stdc_0_in_system_headers; |