switch to int

This commit is contained in:
Love Hornquist Astrand
2010-11-26 08:46:10 -08:00
parent cdf3621935
commit 350f9fcadf

View File

@@ -78,8 +78,8 @@
#define heim_base_atomic_inc(x) ((x)++) #define heim_base_atomic_inc(x) ((x)++)
#define heim_base_atomic_dec(x) ((x)--) #define heim_base_atomic_dec(x) ((x)--)
#define heim_base_atomic_type long #define heim_base_atomic_type unsigned int
#define heim_base_atomic_max MAXLONG #define heim_base_atomic_max UINT_MAX
#endif #endif