diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index e90f0e4..b527620 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -43,6 +43,7 @@ struct token_spelling }; extern const struct token_spelling token_spellings[]; +#define TOKEN_SPELL(token) (token_spellings[(token)->type].type) /* Chained list of answers to an assertion. */ struct answer |