diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 359326e..765d65a 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -187,9 +187,9 @@ struct cpp_token } val; }; -/* A standalone character. We may want to make it unsigned for the - same reason we use unsigned char - to avoid signedness issues. */ -typedef int cppchar_t; +/* A standalone character. It is unsigned for the same reason we use + unsigned char - to avoid signedness issues. */ +typedef unsigned int cppchar_t; /* Values for opts.dump_macros. dump_only means inhibit output of the preprocessed text |