X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast_t.h;h=b3b8bb9e3db8c981d1b3f9bc9eaa28511868a2cd;hb=0cf534f151399afb1753026be81b312892a4f400;hp=55f443d02db993f3e0c0b23a89d818ececd1b234;hpb=84f8f5bd135abbaf3d71a62b568af5b0e9bf6aaf;p=cparser diff --git a/ast_t.h b/ast_t.h index 55f443d..b3b8bb9 100644 --- a/ast_t.h +++ b/ast_t.h @@ -543,7 +543,7 @@ struct declaration_t { symbol_t *symbol; source_position_t source_position; union { - bool is_defined; + bool complete; /**< used to indicate wether struct/union types are already defined or if just the name is declared */ statement_t *statement; initializer_t *initializer; expression_t *enum_value;