remove leftover FP check

This commit is contained in:
Joseph Poirier 2015-06-10 13:45:28 -05:00
parent b2d468537e
commit da52154b37

View file

@ -58,12 +58,10 @@
#ifdef UNIX_HOST #ifdef UNIX_HOST
# include <stdint.h> # include <stdint.h>
# include <unistd.h> # include <unistd.h>
# ifdef HAVE_FP # include <math.h>
# include <math.h> # define USE_READLINE
# define USE_READLINE # if defined(__powerpc__) || defined(__hppa__) || defined(__sparc__)
# if defined(__powerpc__) || defined(__hppa__) || defined(__sparc__) # define BIG_ENDIAN
# define BIG_ENDIAN
# endif
# endif # endif
#elif defined(WIN32) #elif defined(WIN32)
# include <math.h> # include <math.h>