(decl_attributes, case A_ALIAS): Add missing parens.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 15 Nov 1996 17:11:24 +0000 (12:11 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 15 Nov 1996 17:11:24 +0000 (12:11 -0500)
From-SVN: r13162

gcc/c-common.c

index 9a9c6759a43b31ae9a18788b23691d38e037bd81..8248c076d01c87952343f5796d09f18febfc88d0 100644 (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)