Force little endian for reals

This commit is contained in:
Jeremy Soller
2019-01-01 07:35:13 -07:00
parent 775ec444be
commit bd956e5fe4
2 changed files with 6 additions and 20 deletions
+1 -13
View File
@@ -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