1999-06-07 Dave Brolley <brolley@cygnus.com>
authorbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 1999 11:10:29 +0000 (11:10 +0000)
committerbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 1999 11:10:29 +0000 (11:10 +0000)
commit7e93db1f4ab634c6234bced3fa7ec665bffb436d
tree9b1e048e6c8b332ec15d9e1061c0e6ff0db21715
parent81d1a796592acee836fefa7606cddd5b6a505ccd
1999-06-07  Dave Brolley  <brolley@cygnus.com>
* lex.c (real_yylex): Replace unused bytes from bad multibyte char.
* input.c (putback_buffer): New structure type.
(putback): Replaces putback_char member.
(putback): Replaces putback_char static variable.
(feed_input): Use putback.
(end_input): Use putback.
(sub_getch): Use putback.
(put_back): Use putback.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27392 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/input.c
gcc/cp/lex.c