X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=b61ab777260d05d275f6fa4e3911721f4795bdd3;hb=d25522be2467160d61327fef47c4d564d59340e9;hp=58703f43c25b5294b8a4e5276420721bf5ae9321;hpb=93b256acc783d281b7eb29184591a76c8e83e62a;p=cparser diff --git a/type_t.h b/type_t.h index 58703f4..b61ab77 100644 --- a/type_t.h +++ b/type_t.h @@ -60,6 +60,7 @@ typedef enum { } atomic_type_type_t; typedef enum { + TYPE_QUALIFIER_NONE = 0, TYPE_QUALIFIER_CONST = 1 << 0, TYPE_QUALIFIER_RESTRICT = 1 << 1, TYPE_QUALIFIER_VOLATILE = 1 << 2,