aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r--gcc/tree-core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index 9e426c2932b..11aa7b142f5 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -1828,7 +1828,9 @@ struct attribute_spec {
otherwise the return value should be NULL_TREE. This pointer may be
NULL if no special handling is required beyond the checks implied
by the rest of this structure. */
- tree (*handler) (tree *node, tree name, tree args,
+ tree (*decl_handler) (tree *node, tree name, tree args,
+ int flags, bool *no_add_attrs);
+ tree (*type_handler) (tree *node, tree name, tree args,
int flags, bool *no_add_attrs);
/* Specifies if attribute affects type's identity. */
bool affects_type_identity;