cpphash.h (_cpp_lex_direct): New.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Mon, 17 Sep 2001 18:26:12 +0000 (18:26 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 17 Sep 2001 18:26:12 +0000 (18:26 +0000)
commit14baae01f63af3ef58bf9a0923a92d0de7098891
tree1bee8006a617d6612c2e199afafa13805239e1a9
parent7a91449ca19c444f48b8bc36f6a665dbec267706
cpphash.h (_cpp_lex_direct): New.

* cpphash.h (_cpp_lex_direct): New.
* cpplex.c (_cpp_lex_token): Update.
(lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
and increment that pointer.
* cppmacro.c (alloc_expansion_token): New.
(lex_expansion_token): Lex macro expansion directly into
macro storage.

From-SVN: r45656
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplex.c
gcc/cppmacro.c