diff options
Diffstat (limited to 'soft-fp/trunctfdf2.c')
-rw-r--r-- | soft-fp/trunctfdf2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/trunctfdf2.c b/soft-fp/trunctfdf2.c index 35c6496362..2f61705010 100644 --- a/soft-fp/trunctfdf2.c +++ b/soft-fp/trunctfdf2.c @@ -32,7 +32,8 @@ #include "double.h" #include "quad.h" -DFtype __trunctfdf2(TFtype a) +DFtype +__trunctfdf2(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |