aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@cat.daikokuya.demon.co.uk>2001-07-29 22:27:20 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-07-29 22:27:20 +0000
commit09b822537f65ad55e817f388e9edfb72df481160 (patch)
treea4545b1be233ce41483a3c3d4d1954f3b6541a6a /gcc/cpphash.h
parent833366d6c90ddcb12ec0b7d63b6e57fd3b0f5793 (diff)
downloadgcc-09b822537f65ad55e817f388e9edfb72df481160.zip
gcc-09b822537f65ad55e817f388e9edfb72df481160.tar.gz
gcc-09b822537f65ad55e817f388e9edfb72df481160.tar.bz2
cpphash.h (struct cpp_reader): Remove import_warning.
* cpphash.h (struct cpp_reader): Remove import_warning. * cpplib.c (skip_rest_of_line): Don't bother turning off macro expansion. (parse_include): Move include handling to... (do_include_common): ... here. Move import warning from... (do_import): ... here. (do_pragma_poison): Don't do a callback for poison identifiers. * cpplib.h (struct cpp_callbacks): Don't do poison callbacks. * cppmain.c (setup_callbacks): Similarly. From-SVN: r44466
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 368fe46..82746b5 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -333,9 +333,6 @@ struct cpp_reader
preprocessor. */
struct spec_nodes spec_nodes;
- /* We're printed a warning recommending against using #import. */
- unsigned char import_warning;
-
/* Whether to print our version number. Done this way so
we don't get it twice for -v -version. */
unsigned char print_version;