1
Fork 0
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:
Jim Blandy 1999-05-02 17:22:39 +00:00
parent 3056083816
commit 7e5d120953

View file

@ -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);