fix typo in last change.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 1992 21:44:28 +0000 (21:44 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 1992 21:44:28 +0000 (21:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1380 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-common.c

index 82558ff..cc3f0ae 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