* scan-decls.c (scan_decls): Fix typo.

From-SVN: r45628
This commit is contained in:
Neil Booth 2001-09-15 11:09:38 +00:00 committed by Neil Booth
parent 5041042620
commit 65813f56c9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
* scan-decls.c (scan_decls): Fix typo.
2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
* cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.

View File

@ -170,7 +170,7 @@ scan_decls (pfile, argc, argv)
|| token.type == CPP_ELLIPSIS)
have_arg_list = 1;
}
recognized_function (&prev_id, token->line,
recognized_function (&prev_id, token.line,
(saw_inline ? 'I'
: in_extern_C_brace || current_extern_C
? 'F' : 'f'), have_arg_list);