OSDN Git Service

Fix typo
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Nov 1999 18:04:50 +0000 (18:04 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Nov 1999 18:04:50 +0000 (18:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30679 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl2.c

index 23917cd..fb3c181 100644 (file)
@@ -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);