X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type.h;h=5c00fd3d0fbeb55e9d2737c7025c7348ce12eed4;hb=f3fe51846775845f20d8fc1ae5f60f4556599582;hp=805a0d21658a1aed684a671e6cda2875ba90e5a7;hpb=ba85876e8d3f0523e4a1c27f2ca3f468edc83a47;p=cparser diff --git a/type.h b/type.h index 805a0d2..5c00fd3 100644 --- a/type.h +++ b/type.h @@ -15,6 +15,7 @@ typedef struct enum_type_t enum_type_t; typedef struct builtin_type_t builtin_type_t; typedef struct array_type_t array_type_t; typedef struct typedef_type_t typedef_type_t; +typedef struct bitfield_type_t bitfield_type_t; typedef struct typeof_type_t typeof_type_t; typedef union type_t type_t;