OSDN Git Service

* cpphash.h (struct cpp_reader): Remove import_warning.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jul 2001 22:27:20 +0000 (22:27 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Jul 2001 22:27:20 +0000 (22:27 +0000)
commit968e3f9d3a20d286e05fa087fc4892497d4e51fd
treea4545b1be233ce41483a3c3d4d1954f3b6541a6a
parent7c2cc97e87a590de3744e03a25c262826087d3bc
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44466 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmain.c