mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +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:
parent
dd67f90b24
commit
dccbb90a07
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue