Minor endian fix

git-svn-id: http://picoc.googlecode.com/svn/trunk@388 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-11-07 18:42:20 +00:00
parent 26c543f326
commit b737bb5973

View file

@ -53,10 +53,9 @@
# include <math.h>
# define PICOC_MATH_LIBRARY
# define NEED_MATH_LIBRARY
# undef BIG_ENDIAN
# if defined(__powerpc__) || defined(__hppa__)
# define BIG_ENDIAN
# else
# undef BIG_ENDIAN
# endif
# endif