mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* numbers.c: If we're supporting floating-point, provide the
feature "inexact".
This commit is contained in:
parent
3056083816
commit
7e5d120953
1 changed files with 1 additions and 0 deletions
|
@ -4803,6 +4803,7 @@ void
|
|||
scm_init_numbers ()
|
||||
{
|
||||
#ifdef SCM_FLOATS
|
||||
scm_add_feature("inexact");
|
||||
SCM_NEWCELL (scm_flo0);
|
||||
#ifdef SCM_SINGLES
|
||||
SCM_SETCAR (scm_flo0, scm_tc_flo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue