fix for last commit
[cparser] / ast_t.h
diff --git a/ast_t.h b/ast_t.h
index 55f443d..b3b8bb9 100644 (file)
--- 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;