* scan-decls.c (scan_decls): Fix typo.
From-SVN: r45628
This commit is contained in:
parent
5041042620
commit
65813f56c9
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user