aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDouglas Rupp <drupp@cs.washington.edu>1995-02-21 18:41:16 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-21 18:41:16 -0500
commit7412329721cb8028e7c49afcb7652def05625d7b (patch)
tree1d063abfdd85dfa858208991fb5e4af19e697431 /gcc
parent820b778a15f46632630718dc3947b12a01d5887e (diff)
downloadgcc-7412329721cb8028e7c49afcb7652def05625d7b.zip
gcc-7412329721cb8028e7c49afcb7652def05625d7b.tar.gz
gcc-7412329721cb8028e7c49afcb7652def05625d7b.tar.bz2
(cplus_decl_attribute): Add arg to decl_attributes.
From-SVN: r9009
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/decl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index b38f1db..1da4097 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -1925,7 +1925,7 @@ void cplus_decl_attributes (decl, attributes)
tree decl, attributes;
{
if (decl && decl != void_type_node)
- decl_attributes (decl, attributes);
+ decl_attributes (decl, attributes, NULL_TREE);
}
/* CONSTRUCTOR_NAME: