summaryrefslogtreecommitdiff
path: root/stdlib/divmod_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/divmod_1.c')
-rw-r--r--stdlib/divmod_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/divmod_1.c b/stdlib/divmod_1.c
index 51a47d85d3..0a8a77e12e 100644
--- a/stdlib/divmod_1.c
+++ b/stdlib/divmod_1.c
@@ -55,7 +55,7 @@ mpn_divmod_1 (quot_ptr, dividend_ptr, dividend_size, divisor_limb)
{
mp_size_t i;
mp_limb_t n1, n0, r;
- int dummy;
+ mp_limb_t dummy;
/* ??? Should this be handled at all? Rely on callers? */
if (dividend_size == 0)