Commit 4db3b35d by Richard Stallman

fix typo in last change.

From-SVN: r1380
parent ee534ebf
...@@ -201,7 +201,7 @@ decl_attributes (decl, attributes) ...@@ -201,7 +201,7 @@ decl_attributes (decl, attributes)
else if (TREE_CODE (decl) == VAR_DECL) else if (TREE_CODE (decl) == VAR_DECL)
{ {
DECL_PACKED (decl) = 1; DECL_PACKED (decl) = 1;
DECL_ALIGN (decl) = BITS_PER_UNION; DECL_ALIGN (decl) = BITS_PER_UNIT;
} }
} }
else if (TREE_VALUE (a) != 0 else if (TREE_VALUE (a) != 0
......
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