From 71778bd21ee57d105a58fa93d7a295c5dc0e3b5c Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Sun, 7 Oct 2012 15:04:24 +0200 Subject: pdbox: Always use fixedpoint version of math functions Change-Id: Ie5671d8f425804c9cf3265bad86eadadaf73ea1c --- apps/plugins/pdbox/pdbox.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugins/pdbox/pdbox.h') diff --git a/apps/plugins/pdbox/pdbox.h b/apps/plugins/pdbox/pdbox.h index ddc6ed2cf4..7f7c4754e0 100644 --- a/apps/plugins/pdbox/pdbox.h +++ b/apps/plugins/pdbox/pdbox.h @@ -170,7 +170,7 @@ void pd_init(void); //#ifndef SIMULATOR /*FIXME: is it a correct replacement??? */ -#if !(CONFIG_PLATFORM & PLATFORM_HOSTED) +/* #if !(CONFIG_PLATFORM & PLATFORM_HOSTED) */ #define floor rb_floor #define atof rb_atof #define atol rb_atol @@ -186,9 +186,11 @@ void pd_init(void); #define atan2 rb_atan2 #define sinh rb_sinh #define tan rb_tan +/* #else #include #endif +*/ #define ftoan rb_ftoan #undef strtok_r -- cgit v1.2.3