c-lex.c (GETC): Redefine to call getch.
authorDave Brolley <brolley@cygnus.com>
Mon, 7 Jun 1999 11:12:38 +0000 (11:12 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Mon, 7 Jun 1999 11:12:38 +0000 (07:12 -0400)
commit505e038544dc82a5be5e4742ef443a32c5eb967c
treeaa345c251614d282169a1d808bb8f24771524aa7
parentcd28936cf092e2d5cc361bb503b5bfb920fbcb5f
c-lex.c (GETC): Redefine to call getch.

Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
* c-lex.c (GETC): Redefine to call getch.
(UNGETC): Redefine to call put_back.
(putback_buffer): New structure type.
(putback): New static structure.
(getch): New function.
(put_back): New function.
(yylex): Replace unused bytes from bad multibyte character.

From-SVN: r27393
gcc/ChangeLog
gcc/c-lex.c