From ef57b1e9f0820bcb629249aad4f514d235f268c7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 29 Jul 1992 03:46:49 +0000 Subject: [PATCH] (decl_attributes): Call layout_decl with two arguments. From-SVN: r1711 --- 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 9e76fab9d98..50aa60e90ae 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -216,7 +216,7 @@ decl_attributes (decl, attributes) { TREE_TYPE (decl) = type; DECL_SIZE (decl) = 0; - layout_decl (decl); + layout_decl (decl, 0); } else error ("no data type for mode `%s'", specified_name); -- 2.30.2