From: Matthias Braun Date: Fri, 20 Mar 2009 05:32:50 +0000 (+0000) Subject: fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=187f82e4c1cbff67189e4ef40a1305dbe447b9cf;p=cparser fix [r25711] --- 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;