aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-01-09 22:30:05 +0000
committerDoug Evans <dje@gnu.org>1996-01-09 22:30:05 +0000
commitef5193b0b60f7120b932b63e6dbac5ae38f21cb4 (patch)
tree1661a06f86d1fa31f0a55a287dc326d427f10aea /gcc/c-tree.h
parent6cb3d3146b676db40c96c3399a7ec5e6b3352a1f (diff)
downloadgcc-ef5193b0b60f7120b932b63e6dbac5ae38f21cb4.zip
gcc-ef5193b0b60f7120b932b63e6dbac5ae38f21cb4.tar.gz
gcc-ef5193b0b60f7120b932b63e6dbac5ae38f21cb4.tar.bz2
(merge_attributes): Moved to tree.h.
From-SVN: r10958
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 252fd30..bb90048 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));