aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpih-div.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpih-div.c')
-rw-r--r--mpi/mpih-div.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mpi/mpih-div.c b/mpi/mpih-div.c
index 6eb0e1a34..cd772c0b5 100644
--- a/mpi/mpih-div.c
+++ b/mpi/mpih-div.c
@@ -34,10 +34,10 @@
#include "longlong.h"
#ifndef UMUL_TIME
- #define UMUL_TIME 1
+#define UMUL_TIME 1
#endif
#ifndef UDIV_TIME
- #define UDIV_TIME UMUL_TIME
+#define UDIV_TIME UMUL_TIME
#endif
/* FIXME: We should be using invert_limb (or invert_normalized_limb)
@@ -533,5 +533,3 @@ mpihelp_divmod_1( mpi_ptr_t quot_ptr,
return r;
}
}
-
-