diff options
Diffstat (limited to 'soft-fp/gedf2.c')
-rw-r--r-- | soft-fp/gedf2.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soft-fp/gedf2.c b/soft-fp/gedf2.c index fa2b525c3c..6445c152b7 100644 --- a/soft-fp/gedf2.c +++ b/soft-fp/gedf2.c @@ -31,10 +31,12 @@ #include "soft-fp.h" #include "double.h" -CMPtype __gedf2(DFtype a, DFtype b) +CMPtype +__gedf2(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; |