diff options
Diffstat (limited to 'soft-fp/ledf2.c')
-rw-r--r-- | soft-fp/ledf2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/ledf2.c b/soft-fp/ledf2.c index 7d54e98..abf53d9 100644 --- a/soft-fp/ledf2.c +++ b/soft-fp/ledf2.c @@ -31,10 +31,12 @@ #include "soft-fp.h" #include "double.h" -CMPtype __ledf2(DFtype a, DFtype b) +CMPtype +__ledf2(DFtype a, DFtype b) { FP_DECL_EX; - FP_DECL_D(A); FP_DECL_D(B); + FP_DECL_D(A); + FP_DECL_D(B); CMPtype r; FP_INIT_EXCEPTIONS; |