From: Mark Mitchell Date: Sat, 27 Nov 1999 18:04:50 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c1c0761d8829a271a8176debe968922c314bb52;p=gcc.git Fix typo From-SVN: r30679 --- 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);