summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-12 06:09:15 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-12 06:09:15 +0000
commitf0c2775be8ce5a67a78d0dfeb73e7d453f01ecde (patch)
tree0ab8d16523fbcbfca756131fa06162d509f6269a /gcc/cpphash.h
parent341d741a3af8b4279db76596621dee08ddac7c72 (diff)
downloadgcc-f0c2775be8ce5a67a78d0dfeb73e7d453f01ecde.tar.gz
Don't warn on dollars in builtin macro definitions,
e.g. __REGISTER_PREFIX__. * cpphash.h (struct cpp_reader): Move member warn_dollars... * cpplib.h (struct cpp_options): ...to here. Change type to unsigned char. * cppinit.c (cpp_create_reader): Set it to 1 here. (post_options): Don't set it here. * c-opts.c (c_common_init_options): Reset it to 0 here. (finish_options): Set it here. * cpplex.c (forms_identifier_p): Tweak for new location of warn_dollars. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67824 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index aa5eec4e9d4..88addeac4d5 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -378,10 +378,6 @@ struct cpp_reader
cpp_token avoid_paste;
cpp_token eof;
- /* True if we should warn about dollars in identifiers or numbers
- for this translation unit. */
- bool warn_dollars;
-
/* Opaque handle to the dependencies of mkdeps.c. */
struct deps *deps;