c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sat, 13 Jan 2001 14:23:04 +0000 (14:23 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 13 Jan 2001 14:23:04 +0000 (14:23 +0000)
commitb61c5ed0058862f8ddd6ac88b7fcc5f6625ab06f
tree790358caf003cb815d8295a50caabbc24276b785
parentf14269a00c221b575842571ca665eb4b454da1d5
c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.

        * c-lex.c (init_c_lex): Use cpp_get_callbacks to set
        callbacks.
        * c-parse.in (finish_parse): Use cpp_errors.
        (__yylex): Use return value of cpp_pop_buffer.
        * cp/lex.c (finish_parse): Use cpp_errors.
        * cp/spew.c (read_token): Use return value of cpp_pop_buffer.

From-SVN: r38982
gcc/ChangeLog
gcc/c-lex.c
gcc/c-parse.in
gcc/cp/lex.c
gcc/cp/spew.c