1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-04-15 01:37:31 +00:00
parent a98ce90708
commit 84a4be9afb

View file

@ -8,6 +8,8 @@
* numbers.c (scm_max, scm_min): For inum/frac, frac/inum, big/frac,
frac/big and frac/frac, use scm_less_p for exact comparison.
* numbers.c (xisinf): Add a comment about solaris 7 lacking isinf.
2004-04-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
* inline.h (scm_cell): use SCM_GC_CELL_WORD for checking tag.