1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-06 00:30:25 +00:00
parent e7644cb292
commit 0b288f368a

View file

@ -1,5 +1,7 @@
2004-04-06 Kevin Ryde <user42@zip.com.au>
* numbers.c (scm_ash): Remove stray "}" in docstring.
* 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.