aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-03-11 17:38:58 -0500
committerJason Merrill <jason@gcc.gnu.org>2011-03-11 17:38:58 -0500
commitf231b5ff3ff72471bbe245863c3e37d96ed7d950 (patch)
treeb22f880d00c1c749cca15e7ddb3cc410f2666be0 /gcc/tree.h
parent1b9b91a68bbabc72c0329b39a6f91f27f9b831d0 (diff)
downloadgcc-f231b5ff3ff72471bbe245863c3e37d96ed7d950.zip
gcc-f231b5ff3ff72471bbe245863c3e37d96ed7d950.tar.gz
gcc-f231b5ff3ff72471bbe245863c3e37d96ed7d950.tar.bz2
attribs.c (lookup_attribute_spec): Take const_tree.
* attribs.c (lookup_attribute_spec): Take const_tree. * tree.h: Adjust. * c-family/c-common.c (attribute_takes_identifier_p): Add missing const. From-SVN: r170887
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 296e6de..2a94b3a 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5348,7 +5348,7 @@ extern bool must_pass_in_stack_var_size_or_pad (enum machine_mode, const_tree);
/* In attribs.c. */
-extern const struct attribute_spec *lookup_attribute_spec (tree);
+extern const struct attribute_spec *lookup_attribute_spec (const_tree);
/* Process the attributes listed in ATTRIBUTES and install them in *NODE,
which is either a DECL (including a TYPE_DECL) or a TYPE. If a DECL,