]> gcc.gnu.org Git - gcc.git/commitdiff
(merge_attributes): New declaration.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Nov 1995 18:56:28 +0000 (10:56 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 29 Nov 1995 18:56:28 +0000 (10:56 -0800)
From-SVN: r10619

gcc/c-tree.h

index 02f57c3b9dca7ff2e7c41d3939b86b246e49e8b2..b9040550fed76a9488699c3ea7c0649e4e3cf7fa 100644 (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));
This page took 0.308976 seconds and 5 git commands to generate.