(merge_attributes): Moved to tree.h.
authorDoug Evans <dje@gnu.org>
Tue, 9 Jan 1996 22:30:05 +0000 (22:30 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 9 Jan 1996 22:30:05 +0000 (22:30 +0000)
From-SVN: r10958

gcc/c-tree.h

index 252fd30c6c23265c64711af9494884296f38740f..bb90048b11ff41b115b44bec539d82b5e2dc3ac8 100644 (file)
@@ -318,7 +318,6 @@ extern tree xref_tag                            PROTO((enum tree_code, tree));
 /* in c-typeck.c */
 extern tree require_complete_type              PROTO((tree));
 extern void incomplete_type_error              PROTO((tree, tree));
-extern tree merge_attributes                   PROTO((tree, tree));
 /* Given two integer or real types, return the type for their sum.
    Given two compatible ANSI C types, returns the merged type.  */
 extern tree common_type                         PROTO((tree, tree));