(merge_attributes): New declaration.

From-SVN: r10619
This commit is contained in:
Jim Wilson 1995-11-29 10:56:28 -08:00
parent bf44f7de98
commit 771d55a31c
1 changed files with 1 additions and 0 deletions

View File

@ -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));