OSDN Git Service

* cpphash.h (_cpp_set_trad_context): Remove.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jun 2002 06:01:58 +0000 (06:01 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jun 2002 06:01:58 +0000 (06:01 +0000)
commitcbe337b6a3559ef2e853e21fe1b16f3f16914f25
treeb68bbff6125d07a1cae24355b3075fc5c636bea1
parent5ae4caef64b121ef89043f62438b048d88f7a7e0
* cpphash.h (_cpp_set_trad_context): Remove.
* cpplib.c (prepare_directive_trad): Do nothing for #define.
(cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
* cpptrad.c: Update comments.
(_cpp_read_logical_line_trad): Let scan_logical_line handle
updating the current context.
(scan_logical_line): Update the current context.
(_cpp_create_trad_definition): Similarly.
(_cpp_set_trad_context): Remove.

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