fix build

svn path=/trunk/; revision=50279
This commit is contained in:
Timo Kreuzer 2011-01-03 20:00:25 +00:00
parent 316a3efbac
commit 391de4dea7

View file

@ -72,6 +72,7 @@ enum
#endif
#define get_exp(f) floor(f == 0 ? 0 : (f >= 0 ? log10(f) : log10(-f)))
#define round(x) floor((x) + 0.5)
void
#ifdef _LIBCNT