(decl_attributes): Call layout_decl with two arguments.

From-SVN: r1711
This commit is contained in:
Richard Stallman 1992-07-29 03:46:49 +00:00
parent 4b1f5e8c50
commit ef57b1e9f0

View File

@ -216,7 +216,7 @@ decl_attributes (decl, attributes)
{
TREE_TYPE (decl) = type;
DECL_SIZE (decl) = 0;
layout_decl (decl);
layout_decl (decl, 0);
}
else
error ("no data type for mode `%s'", specified_name);