On 09 Dec 2015, at 18:20, Ruben Undheim ruben.undheim@gmail.com wrote:
Hi,
+#ifndef OSMO_IS_LITTLE_ENDIAN
- #define OSMO_IS_LITTLE_ENDIAN 0
+#endif
I am surprised by this hunk. Our endian.h should define both macros. I think I used the vim search to search for a typo in one of the branches (BSD vs. Linux, LE vs. BE) but it looks good. Do you remember why this was needed?
holger