X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast_t.h;h=ac7919b26b42d908095ff5ad94eb124db18df41a;hb=43f6b44f389409af5b6162d831fe7c5c79f2ccb3;hp=4c4cf9228060227e830f4d607ce67fde81697a72;hpb=3bfe0ebbeec975e63a9583c91ea5d5b3fe213164;p=cparser diff --git a/ast_t.h b/ast_t.h index 4c4cf92..ac7919b 100644 --- a/ast_t.h +++ b/ast_t.h @@ -551,6 +551,7 @@ struct declaration_t { unsigned int address_taken : 1; unsigned int is_inline : 1; unsigned int used : 1; /**< Set if the declaration is used. */ + unsigned int implicit : 1; type_t *type; symbol_t *symbol; source_position_t source_position;