*** empty log message ***

From-SVN: r1008
This commit is contained in:
Richard Stallman 1992-05-18 07:50:10 +00:00
parent 66c1f88e8e
commit 1e307bd81a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}