summaryrefslogtreecommitdiffstats
path: root/arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'arith.c')
-rw-r--r--arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arith.c b/arith.c
index e9ecdf54..5678453d 100644
--- a/arith.c
+++ b/arith.c
@@ -156,7 +156,7 @@ static val in_uint_ptr_range(val bignum)
mp_cmp_mag(mp(bignum), &UINT_PTR_MAX_MP) == MP_GT) ? nil : t;
}
-uint_ptr_t c_uint_ptr_num(val num)
+ucnum c_unum(val num)
{
switch (type(num)) {
case CHR: case NUM: