]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpphash.h (_cpp_set_trad_context): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Thu, 27 Jun 2002 06:01:58 +0000 (06:01 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 27 Jun 2002 06:01:58 +0000 (06:01 +0000)
commit951a07660948ce4c3b048dc7637f5738a9d9d288
treeb68bbff6125d07a1cae24355b3075fc5c636bea1
parent0647023885b52c9eda290f593432d245f1e30ce3
cpphash.h (_cpp_set_trad_context): Remove.

* 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.

From-SVN: r55022
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplib.c
gcc/cpptrad.c