Force little endian for reals
This commit is contained in:
+1
-13
@@ -31,18 +31,6 @@
|
||||
#include <sys/resource.h>
|
||||
#include <limits.h>
|
||||
|
||||
/* TODO: Forcing little endian, if you need a big endian system, fix this { */
|
||||
#ifndef BIG_ENDIAN
|
||||
#define BIG_ENDIAN 4321
|
||||
#endif
|
||||
|
||||
#ifndef LITTLE_ENDIAN
|
||||
#define LITTLE_ENDIAN 1234
|
||||
#endif
|
||||
|
||||
#ifndef BYTE_ORDER
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#endif
|
||||
/* } */
|
||||
#include <machine/endian.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user