diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-18 13:02:54 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-18 13:02:54 +0000 |
commit | 244ef3a1eb438c2237d2c1c9f5c466ca06c39373 (patch) | |
tree | 981274e8fb747b0a0ce16fc6d5a7e302d64334dd /gcc/tree.h | |
parent | 408a35ff7b0bb8f5e100ebd4b9564517aeb0c465 (diff) | |
download | gcc-244ef3a1eb438c2237d2c1c9f5c466ca06c39373.tar.gz |
2009-09-18 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 151837
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@151840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 09ce8fa125c..afb1d4260a0 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -3997,6 +3997,7 @@ extern tree make_tree (tree, rtx); extern tree build_type_attribute_variant (tree, tree); extern tree build_decl_attribute_variant (tree, tree); +extern tree build_type_attribute_qual_variant (tree, tree, int); /* Structure describing an attribute and a function to handle it. */ struct attribute_spec |