*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Mon, 18 May 1992 07:50:10 +0000 (07:50 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 18 May 1992 07:50:10 +0000 (07:50 +0000)
From-SVN: r1008

gcc/c-common.c

index 584a4a5..e01b37f 100644 (file)
@@ -192,7 +192,7 @@ decl_attributes (decl, attributes)
        else if (TREE_CODE (decl) != VAR_DECL
                 && TREE_CODE (decl) != FIELD_DECL)
          error_with_decl (decl,
-                          "alignment specified for `%s', not a variable");
+                          "alignment specified for `%s'");
        else
          DECL_ALIGN (decl) = align;
       }