mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
*** empty log message ***
This commit is contained in:
parent
3271a325c8
commit
ea2508c840
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
2004-04-06 Kevin Ryde <user42@zip.com.au>
|
2004-04-06 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* numbers.c (scm_make_ratio): For inum/bignum integer detection, use
|
||||||
|
x==SCM_MOST_NEGATIVE_FIXNUM explicitly, for clarity and to avoid
|
||||||
|
calling mpz_cmp_ui in most cases.
|
||||||
|
|
||||||
* numbers.c (scm_quotient, scm_remainder): In inum/big, use mpz_cmp_ui
|
* numbers.c (scm_quotient, scm_remainder): In inum/big, use mpz_cmp_ui
|
||||||
for big == abs(most-negative-fixnum) special case.
|
for big == abs(most-negative-fixnum) special case.
|
||||||
(abs_most_negative_fixnum): Remove, no longer used.
|
(abs_most_negative_fixnum): Remove, no longer used.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue