repair for pb on FreeBSD

This commit is contained in:
Matthew Flatt 2020-07-28 06:48:18 -06:00
parent 139c1de00f
commit c6e0c54a4f

View File

@ -93,6 +93,9 @@
# define OS_ANY_OPENBSD
# elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
# define OS_ANY_FREEBSD
# ifndef PORTABLE_BYTECODE_BIGENDIAN
# define LITTLE_ENDIAN_IEEE_DOUBLE
# endif
# elif defined(_MSC_VER) || defined(__MINGW32__)
# define OS_ANY_WINDOWS
# elif __APPLE__