diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-16 13:44:29 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-16 13:44:29 +0000 |
commit | c00e481c16b2a2036ff5f18f412d432e50f307d6 (patch) | |
tree | b0d12b8ccfd049f7327ee01b7ef6f9fc687e6a3d /gcc/cpphash.h | |
parent | d0d481d78be7b2adf26289b40b5c53abcc9f7206 (diff) | |
download | gcc-c00e481c16b2a2036ff5f18f412d432e50f307d6.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45646 138bc75d-0d04-0410-961f-82ee72b054a4
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 292b05e87a8..e6772b2d5d6 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)); |