From ac5ef106728257ea3673b3055a334f45f09382f2 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Sat, 27 Nov 1999 18:04:50 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30679 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/decl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 23917cd7391..fb3c181c530 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); -- 2.11.4.GIT