diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_scalbnl.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_scalbnl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_scalbnl.c b/sysdeps/m68k/fpu/s_scalbnl.c index 83e8bfefc1..84849921dc 100644 --- a/sysdeps/m68k/fpu/s_scalbnl.c +++ b/sysdeps/m68k/fpu/s_scalbnl.c @@ -1,2 +1,6 @@ +#ifndef FUNC #define FUNC scalbnl #include <s_ldexpl.c> +#endif +#define float_type long double +#include <s_scalbn.c> |