Sparse 0.3 do not longer requires this workaround!
parent
48c336fd6a
commit
def36146b7
|
@ -35,10 +35,6 @@
|
|||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef __CHECKER__
|
||||
typedef int __attribute__((__mode__(__DI__))) int64_t;
|
||||
#endif
|
||||
|
||||
typedef uint8_t u8; /* Unsigned types of an exact size */
|
||||
typedef uint16_t u16;
|
||||
typedef uint32_t u32;
|
||||
|
|
Loading…
Reference in New Issue