Sparse 0.3 do not longer requires this workaround!

edge.strict_endians
Yura Pakhuchiy 2007-06-08 13:46:10 +03:00
parent 48c336fd6a
commit def36146b7
1 changed files with 0 additions and 4 deletions

View File

@ -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;