diff --git a/libguile/numbers.c b/libguile/numbers.c index 6a41f381e..a4cbb8040 100644 --- a/libguile/numbers.c +++ b/libguile/numbers.c @@ -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);