diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 10:56:28 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 10:56:28 -0800 |
commit | 771d55a31cea6a2791f8dad131681953f8a76845 (patch) | |
tree | 2cd7e3173ca0f14124ca5a9e97039154c55281fe /gcc/c-tree.h | |
parent | bf44f7de98853f60f55246c1c385c4c878a501b4 (diff) | |
download | gcc-771d55a31cea6a2791f8dad131681953f8a76845.tar.gz |
(merge_attributes): New declaration.
From-SVN: r10619
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |