diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 82558ff..cc3f0ae 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -201,7 +201,7 @@ decl_attributes (decl, attributes) else if (TREE_CODE (decl) == VAR_DECL) { DECL_PACKED (decl) = 1; - DECL_ALIGN (decl) = BITS_PER_UNION; + DECL_ALIGN (decl) = BITS_PER_UNIT; } } else if (TREE_VALUE (a) != 0 |