Commit ef57b1e9 by Richard Stallman

(decl_attributes): Call layout_decl with two arguments.

From-SVN: r1711
parent 4b1f5e8c
...@@ -216,7 +216,7 @@ decl_attributes (decl, attributes) ...@@ -216,7 +216,7 @@ decl_attributes (decl, attributes)
{ {
TREE_TYPE (decl) = type; TREE_TYPE (decl) = type;
DECL_SIZE (decl) = 0; DECL_SIZE (decl) = 0;
layout_decl (decl); layout_decl (decl, 0);
} }
else else
error ("no data type for mode `%s'", specified_name); error ("no data type for mode `%s'", specified_name);
......
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