OSDN Git Service

* cpphash.h (_cpp_lex_identifier_trad): Remove.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 21:16:00 +0000 (21:16 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 21:16:00 +0000 (21:16 +0000)
commitc455fac3b6e5ac4e62cc45153d926de62d98d9f7
tree84d2f1068a69ffbe2208c366f6d8d1f3c43b05d2
parent493914a8e47faf38cc3fa8da31a083869318a297
* 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.

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