From a4b303b3f63fd542c18729a918761ed4066d3b4b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 7 Mar 2009 19:55:51 +0000 Subject: [PATCH] fix for last commit [r25610] --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.c b/parser.c index ebecc3d..8a906f9 100644 --- a/parser.c +++ b/parser.c @@ -3056,7 +3056,7 @@ static void finish_union_type(compound_type_t *type) continue; type_t *m_type = entry->declaration.type; - if (! is_type_valid(m_type)) + if (! is_type_valid(skip_typeref(m_type))) continue; entry->compound_member.offset = 0; -- 2.20.1