diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 5ad0c6e..7baf8ff 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -29,6 +29,8 @@ struct directive; /* Deliberately incomplete. */ struct pending_option; struct op; +#define BITS_PER_CPPCHAR_T (CHAR_BIT * sizeof (cppchar_t)) + /* Test if a sign is valid within a preprocessing number. */ #define VALID_SIGN(c, prevc) \ (((c) == '+' || (c) == '-') && \ |