From 764c44147905290d394e056a99af320168696adc Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 22 Feb 2003 12:42:58 +0100 Subject: * c-decl.c (c_expand_body_1): Fix. From-SVN: r63283 --- gcc/c-decl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/c-decl.c') diff --git a/gcc/c-decl.c b/gcc/c-decl.c index df3390c..66a57db 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6523,6 +6523,7 @@ c_expand_body_1 (fndecl, nested_p) current_function_decl = fndecl; input_filename = DECL_SOURCE_FILE (fndecl); init_function_start (fndecl, input_filename, DECL_SOURCE_LINE (fndecl)); + lineno = DECL_SOURCE_LINE (fndecl); /* This function is being processed in whole-function mode. */ cfun->x_whole_function_mode_p = 1; -- cgit v1.1