summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-09 22:30:05 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-09 22:30:05 +0000
commitdc177246d3eb89ddc1e99907eb176a0c1de5d4db (patch)
tree1661a06f86d1fa31f0a55a287dc326d427f10aea /gcc/c-tree.h
parent4ab0a73945cff8ec38302ae8218b2c653970af83 (diff)
downloadgcc-dc177246d3eb89ddc1e99907eb176a0c1de5d4db.tar.gz
(merge_attributes): Moved to tree.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10958 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h1
1 files changed, 0 insertions, 1 deletions
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));