Commit 1e307bd8 by Richard Stallman

*** empty log message ***

From-SVN: r1008
parent 66c1f88e
......@@ -192,7 +192,7 @@ decl_attributes (decl, attributes)
else if (TREE_CODE (decl) != VAR_DECL
&& TREE_CODE (decl) != FIELD_DECL)
error_with_decl (decl,
"alignment specified for `%s', not a variable");
"alignment specified for `%s'");
else
DECL_ALIGN (decl) = align;
}
......
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