X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=type_t.h;h=f745e4f697455c0f31c3051a76cc5b937c132f7f;hb=0daba5ce242fa28c1ff81f93cae51902adefd217;hp=a31aa5d0b41d1aae3519be0f6c1fb648fce954ad;hpb=e4c3d741547cee4625f336ab1e8045ccb8be9332;p=cparser diff --git a/type_t.h b/type_t.h index a31aa5d..f745e4f 100644 --- a/type_t.h +++ b/type_t.h @@ -73,6 +73,7 @@ typedef unsigned int type_qualifiers_t; struct type_base_t { type_kind_t kind; type_qualifiers_t qualifiers; + source_position_t source_position; ir_type *firm_type; };