1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* numbers.c (scm_init_numbers): Claim to support the `complex'

feature, as expected by (ice-9 format).  (Thanks to Ceri Storey.)
This commit is contained in:
Jim Blandy 1999-08-31 13:37:28 +00:00
parent dd67f90b24
commit dccbb90a07

View file

@ -4829,6 +4829,7 @@ add1 (f, fsum)
void
scm_init_numbers ()
{
scm_add_feature("complex");
#ifdef SCM_FLOATS
scm_add_feature("inexact");
#ifdef SCM_SINGLES