diff options
author | Jan Hubicka <jh@suse.cz> | 2003-02-22 12:42:58 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-02-22 11:42:58 +0000 |
commit | 764c44147905290d394e056a99af320168696adc (patch) | |
tree | 5b67e79f0aa4c066499cd45bdd18ef874b298028 /gcc/c-decl.c | |
parent | 1c4a429ab09b46100cd4b0444e6d5e2e8472e721 (diff) | |
download | gcc-764c44147905290d394e056a99af320168696adc.zip gcc-764c44147905290d394e056a99af320168696adc.tar.gz gcc-764c44147905290d394e056a99af320168696adc.tar.bz2 |
* c-decl.c (c_expand_body_1): Fix.
From-SVN: r63283
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |