diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-06-13 21:16:00 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-06-13 21:16:00 +0000 |
commit | b66377c173ecd444f4fb4f9737ee10a97084ad9a (patch) | |
tree | 84d2f1068a69ffbe2208c366f6d8d1f3c43b05d2 /gcc/cpphash.h | |
parent | 8bc6e1018593f8525674f79fac6a80d23cb25efb (diff) | |
download | gcc-b66377c173ecd444f4fb4f9737ee10a97084ad9a.zip gcc-b66377c173ecd444f4fb4f9737ee10a97084ad9a.tar.gz gcc-b66377c173ecd444f4fb4f9737ee10a97084ad9a.tar.bz2 |
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
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index ae6a4f2..24b5ef7 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -522,7 +522,6 @@ extern bool _cpp_read_logical_line_trad PARAMS ((cpp_reader *)); extern void _cpp_overlay_buffer PARAMS ((cpp_reader *pfile, const uchar *, size_t)); extern void _cpp_remove_overlay PARAMS ((cpp_reader *)); -extern cpp_hashnode *_cpp_lex_identifier_trad PARAMS ((cpp_reader *)); extern void _cpp_set_trad_context PARAMS ((cpp_reader *)); extern bool _cpp_create_trad_definition PARAMS ((cpp_reader *, cpp_macro *)); extern bool _cpp_expansions_different_trad PARAMS ((const cpp_macro *, |