diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_scalbnf.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_scalbnf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/m68k/fpu/s_scalbnf.c b/sysdeps/m68k/fpu/s_scalbnf.c index 33459718e9..547971836a 100644 --- a/sysdeps/m68k/fpu/s_scalbnf.c +++ b/sysdeps/m68k/fpu/s_scalbnf.c @@ -1,5 +1,3 @@ -#ifndef FUNC -#define FUNC scalbnf -#endif +#define suffix f #define float_type float #include <s_scalbn.c> |