attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode attribute.

2001-12-09  Aldy Hernandez  <aldyh@redhat.com>

        * attribs.c (c_common_attribute_table): Swap decl_req and type_req
	for the mode attribute.
        (handle_mode_attribute): Handle types, not decls.

From-SVN: r47989
This commit is contained in:
Aldy Hernandez 2001-12-14 06:27:51 +00:00
parent 82d351a634
commit 803e889402
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-12-09 Aldy Hernandez <aldyh@redhat.com>
* attribs.c (c_common_attribute_table): Swap decl_req and type_req
for the mode attribute.
(handle_mode_attribute): Handle types, not decls.
2001-12-13 Jason Merrill <jason@redhat.com>
* c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.