Commit 5b272d50 by Richard Stallman

(rest_of_decl_compilation): Fix typo in previous change.

From-SVN: r5107
parent 34d6bae3
...@@ -2169,7 +2169,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end) ...@@ -2169,7 +2169,7 @@ rest_of_decl_compilation (decl, asmspec, top_level, at_end)
if (! (TREE_CODE (decl) == VAR_DECL if (! (TREE_CODE (decl) == VAR_DECL
&& DECL_EXTERNAL (decl) && TREE_READONLY (decl) && DECL_EXTERNAL (decl) && TREE_READONLY (decl)
&& DECL_INITIAL (decl) != 0 && DECL_INITIAL (decl) != 0
&& DECL_INITIAL (decl) != error_mark_node) && DECL_INITIAL (decl) != error_mark_node))
/* Don't output anything /* Don't output anything
when a tentative file-scope definition is seen. when a tentative file-scope definition is seen.
But at end of compilation, do output code for them. */ But at end of compilation, do output code for them. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment