X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fparser.h;h=737524fb4cbece4f2fe66dd7f79d18f7c20b3846;hb=b4508f6b917660970f887894a6aaed6c220a2c72;hp=9309ab10211ac9951da14ffe0718e6174e4e2447;hpb=22ca720deabdb92ebedf4c9c82d758671c9d5f3d;p=m6w6%2Fext-psi diff --git a/src/parser.h b/src/parser.h index 9309ab1..737524f 100644 --- a/src/parser.h +++ b/src/parser.h @@ -331,12 +331,16 @@ static inline void free_decl_structs(decl_structs *ss) { typedef union impl_val { char cval; int8_t i8; + uint8_t u8; short sval; int16_t i16; + uint16_t u16; int ival; int32_t i32; + uint32_t u32; long lval; int64_t i64; + uint64_t u64; float fval; double dval; union {