changeset 7697 | 767d3c4153a1 |
parent 6045 | 9a7cc0f29430 |
child 7849 | a12155461b34 |
--- a/misc/libtremor/tremor/os.h Thu Sep 20 23:04:10 2012 +0200 +++ b/misc/libtremor/tremor/os.h Fri Sep 21 00:50:04 2012 +0200 @@ -41,8 +41,6 @@ # define rint(x) (floor((x)+0.5f)) # define NO_FLOAT_MATH_LIB # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) -# define LITTLE_ENDIAN 1 -# define BYTE_ORDER LITTLE_ENDIAN #endif #ifdef HAVE_ALLOCA_H