aboutsummaryrefslogtreecommitdiff
path: root/gcc/scan-decls.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/scan-decls.c')
-rw-r--r--gcc/scan-decls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c
index 2fe570e..7fd36ca 100644
--- a/gcc/scan-decls.c
+++ b/gcc/scan-decls.c
@@ -170,8 +170,7 @@ scan_decls (pfile, argc, argv)
|| token.type == CPP_ELLIPSIS)
have_arg_list = 1;
}
- recognized_function (&prev_id,
- cpp_get_line (pfile)->line,
+ recognized_function (&prev_id, token->line,
(saw_inline ? 'I'
: in_extern_C_brace || current_extern_C
? 'F' : 'f'), have_arg_list);