remove leftover FP check
This commit is contained in:
parent
b2d468537e
commit
da52154b37
10
platform.h
10
platform.h
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue