(decl_attributes, case A_ALIAS): Add missing parens.

From-SVN: r13162
This commit is contained in:
Richard Kenner 1996-11-15 12:11:24 -05:00
parent 4e644c93e0
commit 5d9dd5a55a

View File

@ -733,7 +733,7 @@ decl_attributes (node, attributes, prefix_attributes)
case A_ALIAS:
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,
"`%s' defined both normally and as an alias");
else if (decl_function_context (decl) == 0)