mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +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
|
static int
|
||||||
singp (SCM obj)
|
singp (SCM obj)
|
||||||
{
|
{
|
||||||
if (!SCM_SLOPPY_REALP (obj))
|
if (!SCM_REALP (obj))
|
||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue