From 1c1c0761d8829a271a8176debe968922c314bb52 Mon Sep 17 00:00:00 2001
From: Mark Mitchell <mmitchel@gcc.gnu.org>
Date: Sat, 27 Nov 1999 18:04:50 +0000
Subject: [PATCH] Fix typo

From-SVN: r30679
---
 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 23917cd73919..fb3c181c530b 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);
-- 
GitLab