From: Richard Stallman Date: Wed, 1 Jul 1992 21:44:28 +0000 (+0000) Subject: fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4db3b35d80c5a7c15f661a2ba36cc51ce332db47;p=gcc.git fix typo in last change. From-SVN: r1380 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index 82558ffdacc..cc3f0ae3651 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