diff options
Diffstat (limited to 'libcpp/include/cpp-id-data.h')
-rw-r--r-- | libcpp/include/cpp-id-data.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/include/cpp-id-data.h b/libcpp/include/cpp-id-data.h index afe4edad99e..029d424d511 100644 --- a/libcpp/include/cpp-id-data.h +++ b/libcpp/include/cpp-id-data.h @@ -75,4 +75,9 @@ struct cpp_macro GTY(()) /* Indicate which field of 'exp' is in use. */ unsigned int traditional : 1; + + /* Indicate whether the tokens include extra CPP_PASTE tokens at the + end to track invalid redefinitions with consecutive CPP_PASTE + tokens. */ + unsigned int extra_tokens : 1; }; |