From: Richard Stallman Date: Sun, 8 Aug 1993 18:31:42 +0000 (+0000) Subject: (rest_of_decl_compilation): Fix typo in previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b272d50fa6c2262ed339dce9bf778697a8b60a5;p=gcc.git (rest_of_decl_compilation): Fix typo in previous change. From-SVN: r5107 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 4d2c42b2f2d..505112cc9c9 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2169,7 +2169,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end) if (! (TREE_CODE (decl) == VAR_DECL && DECL_EXTERNAL (decl) && TREE_READONLY (decl) && DECL_INITIAL (decl) != 0 - && DECL_INITIAL (decl) != error_mark_node) + && DECL_INITIAL (decl) != error_mark_node)) /* Don't output anything when a tentative file-scope definition is seen. But at end of compilation, do output code for them. */