From: Richard Stallman Date: Mon, 18 May 1992 07:50:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e307bd81ae1340cd1966b791317e512624a7887;p=gcc.git *** empty log message *** From-SVN: r1008 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index 584a4a56bda..e01b37fade1 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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; }