From 1e307bd81ae1340cd1966b791317e512624a7887 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 18 May 1992 07:50:10 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1008 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2