aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2003-06-12 06:09:15 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2003-06-12 06:09:15 +0000
commit78b8811a387bd5f91d4b0a70fdd63e043ffa4bf9 (patch)
tree0ab8d16523fbcbfca756131fa06162d509f6269a /gcc/cpphash.h
parented44683592f6503ce41f466aa075aa146235ca11 (diff)
downloadgcc-78b8811a387bd5f91d4b0a70fdd63e043ffa4bf9.zip
gcc-78b8811a387bd5f91d4b0a70fdd63e043ffa4bf9.tar.gz
gcc-78b8811a387bd5f91d4b0a70fdd63e043ffa4bf9.tar.bz2
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. From-SVN: r67824
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 aa5eec4..88addea 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;