Commit ef5193b0 by Doug Evans

(merge_attributes): Moved to tree.h.

From-SVN: r10958
parent 6cb3d314
...@@ -318,7 +318,6 @@ extern tree xref_tag PROTO((enum tree_code, tree)); ...@@ -318,7 +318,6 @@ extern tree xref_tag PROTO((enum tree_code, tree));
/* in c-typeck.c */ /* in c-typeck.c */
extern tree require_complete_type PROTO((tree)); extern tree require_complete_type PROTO((tree));
extern void incomplete_type_error PROTO((tree, 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 integer or real types, return the type for their sum.
Given two compatible ANSI C types, returns the merged type. */ Given two compatible ANSI C types, returns the merged type. */
extern tree common_type PROTO((tree, tree)); extern tree common_type PROTO((tree, tree));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment