X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type.h;h=751d6589665660f374ad8548ecc6d20b955a2725;hb=368123ed15555886729567e502705e73e88d757c;hp=19eef45a42f0994f739084a4ae72eb30dac93473;hpb=61a03a80a0c34c03dcf9bc227ca1c9355e8cf3ff;p=cparser diff --git a/type.h b/type.h index 19eef45..751d658 100644 --- a/type.h +++ b/type.h @@ -34,6 +34,7 @@ typedef unsigned char il_alignment_t; typedef enum atomic_type_kind_t { ATOMIC_TYPE_INVALID = 0, ATOMIC_TYPE_VOID, + ATOMIC_TYPE_WCHAR_T, ATOMIC_TYPE_CHAR, ATOMIC_TYPE_SCHAR, ATOMIC_TYPE_UCHAR, @@ -81,6 +82,7 @@ typedef struct atomic_type_t atomic_type_t; typedef struct complex_type_t complex_type_t; typedef struct imaginary_type_t imaginary_type_t; typedef struct pointer_type_t pointer_type_t; +typedef struct reference_type_t reference_type_t; typedef struct function_parameter_t function_parameter_t; typedef struct function_type_t function_type_t; typedef struct compound_type_t compound_type_t;