Commit 5d9dd5a5 by Richard Kenner

(decl_attributes, case A_ALIAS): Add missing parens.

From-SVN: r13162
parent 4e644c93
...@@ -733,7 +733,7 @@ decl_attributes (node, attributes, prefix_attributes) ...@@ -733,7 +733,7 @@ decl_attributes (node, attributes, prefix_attributes)
case A_ALIAS: case A_ALIAS:
if ((TREE_CODE (decl) == FUNCTION_DECL && DECL_INITIAL (decl)) if ((TREE_CODE (decl) == FUNCTION_DECL && DECL_INITIAL (decl))
|| TREE_CODE (decl) != FUNCTION_DECL && ! DECL_EXTERNAL (decl)) || (TREE_CODE (decl) != FUNCTION_DECL && ! DECL_EXTERNAL (decl)))
error_with_decl (decl, error_with_decl (decl,
"`%s' defined both normally and as an alias"); "`%s' defined both normally and as an alias");
else if (decl_function_context (decl) == 0) else if (decl_function_context (decl) == 0)
......
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