mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
(singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.
This commit is contained in:
parent
3b3cc78115
commit
a08b0d0058
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ scm_uniform_element_size (SCM obj)
|
|||
static int
|
||||
singp (SCM obj)
|
||||
{
|
||||
if (!SCM_SLOPPY_REALP (obj))
|
||||
if (!SCM_REALP (obj))
|
||||
return 0;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue