diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_scalbnl.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_scalbnl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/m68k/fpu/s_scalbnl.c b/sysdeps/m68k/fpu/s_scalbnl.c index c6ad95079c..874bafb04b 100644 --- a/sysdeps/m68k/fpu/s_scalbnl.c +++ b/sysdeps/m68k/fpu/s_scalbnl.c @@ -1,5 +1,3 @@ -#ifndef FUNC -#define FUNC scalbnl -#endif +#define suffix l #define float_type long double #include <s_scalbn.c> |