From 187f82e4c1cbff67189e4ef40a1305dbe447b9cf Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 20 Mar 2009 05:32:50 +0000 Subject: [PATCH] fix [r25711] --- parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parser.c b/parser.c index 93c338f..293630f 100644 --- a/parser.c +++ b/parser.c @@ -2579,6 +2579,7 @@ static compound_t *parse_compound_type_specifier(bool is_struct) entity_t *entity = allocate_entity_zero(kind); compound = &entity->compound; + compound->alignment = 1; compound->base.namespc = NAMESPACE_TAG; compound->base.source_position = token.source_position; compound->base.symbol = symbol; -- 2.20.1