aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-09 17:00:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-09 17:00:01 +0000
commit9e78369f43cea0341ab82e571b7c23726331f3e8 (patch)
tree250467f133909495e257f3a0efeedabdd7bf9c58 /src
parent3afe02efd3c88b84bcf03adc2419b063ca86244e (diff)
downloadgamma-9e78369f43cea0341ab82e571b7c23726331f3e8.tar.gz
gamma-9e78369f43cea0341ab82e571b7c23726331f3e8.tar.bz2
Use scm_i_long2big instead of scm_long2big.
Diffstat (limited to 'src')
-rw-r--r--src/gsql_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsql_lib.c b/src/gsql_lib.c
index 1d6d71f..1a0a8ef 100644
--- a/src/gsql_lib.c
+++ b/src/gsql_lib.c
@@ -29,7 +29,7 @@ scm_makenum (unsigned long val)
return SCM_MAKINUM (val);
#ifdef SCM_BIGDIG
- return scm_long2big (val);
+ return scm_i_long2big (val);
#else /* SCM_BIGDIG */
return scm_make_real ((double) val);
#endif /* SCM_BIGDIG */

Return to:

Send suggestions and report system problems to the System administrator.