From 14baae01f63af3ef58bf9a0923a92d0de7098891 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 17 Sep 2001 18:26:12 +0000 Subject: cpphash.h (_cpp_lex_direct): New. * cpphash.h (_cpp_lex_direct): New. * cpplex.c (_cpp_lex_token): Update. (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token, and increment that pointer. * cppmacro.c (alloc_expansion_token): New. (lex_expansion_token): Lex macro expansion directly into macro storage. From-SVN: r45656 --- gcc/cpphash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/cpphash.h') diff --git a/gcc/cpphash.h b/gcc/cpphash.h index e6772b2d5d6..64deaa2fa23 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -399,6 +399,7 @@ extern int _cpp_parse_expr PARAMS ((cpp_reader *)); /* In cpplex.c */ extern const cpp_token *_cpp_lex_token PARAMS ((cpp_reader *)); +extern cpp_token *_cpp_lex_direct PARAMS ((cpp_reader *)); extern int _cpp_equiv_tokens PARAMS ((const cpp_token *, const cpp_token *)); extern void _cpp_init_tokenrun PARAMS ((tokenrun *, unsigned int)); -- cgit v1.2.1