diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-11-27 18:04:50 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-11-27 18:04:50 +0000 |
commit | 1c1c0761d8829a271a8176debe968922c314bb52 (patch) | |
tree | 3e967626c0c38496a7daf9547baceef4f5937e24 /gcc | |
parent | 21b0c6dc7c2783ff297fdc165e61ee2002652c93 (diff) | |
download | gcc-1c1c0761d8829a271a8176debe968922c314bb52.zip gcc-1c1c0761d8829a271a8176debe968922c314bb52.tar.gz gcc-1c1c0761d8829a271a8176debe968922c314bb52.tar.bz2 |
Fix typo
From-SVN: r30679
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 23917cd..fb3c181 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -3547,7 +3547,7 @@ finish_file () /* When we call finish_function in expand_body, it will try to reset DECL_NOT_REALLY_EXTERN so we save and restore it here. */ - saved_not_really = DECL_NOT_REALLY_EXTERN (decl); + saved_not_really_extern = DECL_NOT_REALLY_EXTERN (decl); /* Generate RTL for this function now that we know we need it. */ expand_body (decl); |