summaryrefslogtreecommitdiffstats
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-11-15 17:11:24 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-11-15 17:11:24 +0000
commit65dab9aa8ebf3e5784c3db1227ac63ad5e900f5e (patch)
treea7986e0e9a666a08584099b6bd5b9c0623353a00 /gcc/c-common.c
parent263497abe43fe0782558446d6b0ee308de83e580 (diff)
downloadppe42-gcc-65dab9aa8ebf3e5784c3db1227ac63ad5e900f5e.tar.gz
ppe42-gcc-65dab9aa8ebf3e5784c3db1227ac63ad5e900f5e.zip
(decl_attributes, case A_ALIAS): Add missing parens.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 9a9c6759a43..8248c076d01 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -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)
OpenPOWER on IntegriCloud