fix typo in last change.
authorRichard Stallman <rms@gnu.org>
Wed, 1 Jul 1992 21:44:28 +0000 (21:44 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 1 Jul 1992 21:44:28 +0000 (21:44 +0000)
From-SVN: r1380

gcc/c-common.c

index 82558ffdaccbf9dbb7d6dbb3c422defa8510b511..cc3f0ae3651340525faffca4aa07d7aff7b89682 100644 (file)
@@ -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