From: Doug Evans Date: Tue, 9 Jan 1996 22:30:05 +0000 (+0000) Subject: (merge_attributes): Moved to tree.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef5193b0b60f7120b932b63e6dbac5ae38f21cb4;p=gcc.git (merge_attributes): Moved to tree.h. From-SVN: r10958 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 252fd30c6c2..bb90048b11f 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -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));