diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-09-16 13:44:29 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-09-16 13:44:29 +0000 |
commit | 345894b43fd5709b3990ff7897ed2b941d62742c (patch) | |
tree | b0d12b8ccfd049f7327ee01b7ef6f9fc687e6a3d /gcc/cpphash.h | |
parent | 18a9d8ff7f06fbdc3ea635c8d55ea4023bad0dd8 (diff) | |
download | gcc-345894b43fd5709b3990ff7897ed2b941d62742c.zip gcc-345894b43fd5709b3990ff7897ed2b941d62742c.tar.gz gcc-345894b43fd5709b3990ff7897ed2b941d62742c.tar.bz2 |
cpphash.h (_cpp_lex_token): Update prototype.
* cpphash.h (_cpp_lex_token): Update prototype.
* cpplex.c (_cpp_lex_token): New prototype.
* cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
lex_macro_node, read_flag, do_pragma_poison): Update.
* cppmacro.c (cpp_get_token, parse_params,
lex_expansion_token): Update.
From-SVN: r45646
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 292b05e..e6772b2 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -398,7 +398,7 @@ extern void _cpp_pop_file_buffer PARAMS ((cpp_reader *, extern int _cpp_parse_expr PARAMS ((cpp_reader *)); /* In cpplex.c */ -extern void _cpp_lex_token PARAMS ((cpp_reader *, cpp_token *)); +extern const cpp_token *_cpp_lex_token PARAMS ((cpp_reader *)); extern int _cpp_equiv_tokens PARAMS ((const cpp_token *, const cpp_token *)); extern void _cpp_init_tokenrun PARAMS ((tokenrun *, unsigned int)); |