diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-18 07:50:10 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-18 07:50:10 +0000 |
commit | 1e307bd81ae1340cd1966b791317e512624a7887 (patch) | |
tree | c3d862ec6af60368ce4259bb05ebbeb9dc5ffd10 /gcc/c-common.c | |
parent | 66c1f88e8eef0f6e64ecc081ce967b45745662f8 (diff) | |
download | gcc-1e307bd81ae1340cd1966b791317e512624a7887.zip gcc-1e307bd81ae1340cd1966b791317e512624a7887.tar.gz gcc-1e307bd81ae1340cd1966b791317e512624a7887.tar.bz2 |
*** empty log message ***
From-SVN: r1008
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 584a4a5..e01b37f 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; } |