From: Jim Wilson Date: Wed, 29 Nov 1995 18:56:28 +0000 (-0800) Subject: (merge_attributes): New declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=771d55a31cea6a2791f8dad131681953f8a76845;p=gcc.git (merge_attributes): New declaration. From-SVN: r10619 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 02f57c3b9dc..b9040550fed 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -315,6 +315,7 @@ 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));