From 771d55a31cea6a2791f8dad131681953f8a76845 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 29 Nov 1995 10:56:28 -0800 Subject: [PATCH] (merge_attributes): New declaration. From-SVN: r10619 --- gcc/c-tree.h | 1 + 1 file changed, 1 insertion(+) 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)); -- 2.30.2