OSDN Git Service

* cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Oct 2001 14:04:42 +0000 (14:04 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Oct 2001 14:04:42 +0000 (14:04 +0000)
commit1c124f8531c7403508914610342c7384cec365b7
tree89ea5c85908fbe5e7d5dbc18983341f4a856a863
parentc2f6fecd48688e95ee8a20e07a0e97270c562b66
* cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
* cpplex.c (lex_percent, lex_dot): Remove.
(get_effective_char, skip_block_comment, skip_line_comment,
parse_identifier_slow, parse_number, parse_string, save_comment,
_cpp_lex_direct): Update to do lookback freely.
(IF_NEXT_IS, BACKUP): New macros.
* cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
* cppmacro.c (paste_tokens): Update.

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