Commit d161fae4 by Richard Kenner

(init_attributes): A_FORMAT is only for decls.

From-SVN: r9271
parent af6f30c4
...@@ -255,7 +255,7 @@ init_attributes () ...@@ -255,7 +255,7 @@ init_attributes ()
add_attribute (A_MODE, "mode", 1, 1, 1); add_attribute (A_MODE, "mode", 1, 1, 1);
add_attribute (A_SECTION, "section", 1, 1, 1); add_attribute (A_SECTION, "section", 1, 1, 1);
add_attribute (A_ALIGNED, "aligned", 0, 1, 0); add_attribute (A_ALIGNED, "aligned", 0, 1, 0);
add_attribute (A_FORMAT, "format", 3, 3, 0); add_attribute (A_FORMAT, "format", 3, 3, 1);
} }
/* Process the attributes listed in ATTRIBUTES and PREFIX_ATTRIBUTES /* Process the attributes listed in ATTRIBUTES and PREFIX_ATTRIBUTES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment