diff options
Diffstat (limited to 'contrib/gcc/c-typeck.c')
-rw-r--r-- | contrib/gcc/c-typeck.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/gcc/c-typeck.c b/contrib/gcc/c-typeck.c index 154d830a6d012..854baf888235a 100644 --- a/contrib/gcc/c-typeck.c +++ b/contrib/gcc/c-typeck.c @@ -167,8 +167,7 @@ static tree qualify_type (type, like) tree type, like; { - return c_build_qualified_type (type, - TYPE_QUALS (type) | TYPE_QUALS (like)); + return c_build_qualified_type (type, TYPE_QUALS (like)); } /* Return the common type of two types. |