Use FreeBSD exp10() fix for all BSDs

[INTERPRETER]
* BUG: The exp10() function works on all BSDs now
This commit is contained in:
bgermann 2018-08-29 15:36:25 +02:00
parent a3df769268
commit e74adab7c5

View File

@ -26,7 +26,7 @@
#include "config.h"
#ifdef OS_FREEBSD
#ifdef OS_BSD
#undef HAVE_EXP10
#endif