cpphash.h (struct cpp_reader): Remove import_warning.
authorNeil Booth <neil@cat.daikokuya.demon.co.uk>
Sun, 29 Jul 2001 22:27:20 +0000 (22:27 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 29 Jul 2001 22:27:20 +0000 (22:27 +0000)
commit09b822537f65ad55e817f388e9edfb72df481160
treea4545b1be233ce41483a3c3d4d1954f3b6541a6a
parent833366d6c90ddcb12ec0b7d63b6e57fd3b0f5793
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
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmain.c