* device/lib/acosf.c (acosf),
[fw/sdcc] / device / lib / tanhf.c
index 5737c0019f738a1799e0f343dc4b60764152ae9a..9fc7e5302e66d8d93566c8cf652de7acdb8536b7 100644 (file)
@@ -37,7 +37,7 @@
 #define P(g) ((P1*g+P0)*g)
 #define Q(g) (Q1*g+Q0)
 
-float tanhf(const float x) reentrant
+float tanhf(const float x) _FLOAT_FUNC_REENTRANT
 {
     float f, g, r;