diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 4b5cd49..a551aad 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -381,6 +381,10 @@ struct cpp_reader cpp_token avoid_paste; cpp_token eof; + /* True if we have already warned about dollars in identifiers or + numbers for this buffer. */ + bool warned_dollar; + /* Opaque handle to the dependencies of mkdeps.c. */ struct deps *deps; |