cpphash.h (_cpp_lex_identifier_trad): Remove.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 13 Jun 2002 21:16:00 +0000 (21:16 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 13 Jun 2002 21:16:00 +0000 (21:16 +0000)
commitb66377c173ecd444f4fb4f9737ee10a97084ad9a
tree84d2f1068a69ffbe2208c366f6d8d1f3c43b05d2
parent8bc6e1018593f8525674f79fac6a80d23cb25efb
cpphash.h (_cpp_lex_identifier_trad): Remove.

* cpphash.h (_cpp_lex_identifier_trad): Remove.
* cpplib.c (end_directive): Don't skip, always remove overlay
apart from #define.
(prepare_directive_trad): Handle NULL pfile->directive.
(_cpp_handle_directive): Always call prepare_directive_trad
if traditional.
* cppmain.c (check_multiline_token): Rename account_for_newlines,
generalize inputs.
(scan_translation_unit_trad): Use it.
* cpptrad.c (skip_comment): Rename copy_comment, copy comment to
output, get escaped newline in comment close correct.
(check_output_buffer, skip_whitespace): Update.
(_cpp_lex_identifier_trad): Remove.
(scan_out_logical_line): Handle -C and comments in directives
properly.

From-SVN: r54599
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplib.c
gcc/cppmain.c
gcc/cpptrad.c