diff options
author | tege <tege@gmplib.org> | 2000-04-15 23:27:05 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 2000-04-15 23:27:05 +0200 |
commit | 61cd88f033b2e129e6193aac7013d47222797e79 (patch) | |
tree | 61df70fc542f44fd59ed7dedff599ee3da6ed0b7 /mpz/tdiv_q.c | |
parent | 506915ea0cbd96973be32dd8d656b60a0803f081 (diff) | |
download | gmp-61cd88f033b2e129e6193aac7013d47222797e79.tar.gz |
Fix typo.
Diffstat (limited to 'mpz/tdiv_q.c')
-rw-r--r-- | mpz/tdiv_q.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/tdiv_q.c b/mpz/tdiv_q.c index 0b993f1b4..faf66fd02 100644 --- a/mpz/tdiv_q.c +++ b/mpz/tdiv_q.c @@ -36,7 +36,7 @@ mpz_tdiv_q (quot, num, den) mp_size_t ql; mp_size_t ns, ds, nl, dl; mp_ptr np, dp, qp, rp; - TMP_DECL (marker) + TMP_DECL (marker); ns = SIZ (num); ds = SIZ (den); |