X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type.h;h=065966332ff55793ffa1bc9fab070ebcb08942fe;hb=32a7fab5baac26da713da7e2c77284d04455a88d;hp=95edbc1c116dc7fb7550c957f16f34833e6e8683;hpb=1c8c5b4d53105d23b0e4cbd15ca04c5006ad2abf;p=cparser diff --git a/type.h b/type.h index 95edbc1..0659663 100644 --- a/type.h +++ b/type.h @@ -32,8 +32,7 @@ typedef unsigned char il_alignment_t; /* note that the constant values represent the rank of the types as defined * in § 6.3.1 */ typedef enum atomic_type_kind_t { - ATOMIC_TYPE_INVALID = 0, - ATOMIC_TYPE_VOID, + ATOMIC_TYPE_VOID = 1, ATOMIC_TYPE_BOOL, ATOMIC_TYPE_WCHAR_T, /* only used in C++, in C code wchar_t is a pp-macro */ ATOMIC_TYPE_CHAR,