summaryrefslogtreecommitdiff
path: root/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'big.c')
-rw-r--r--big.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/big.c b/big.c
index 798ef16..bc5036c 100644
--- a/big.c
+++ b/big.c
@@ -395,7 +395,7 @@ word sto_int(long long i)
}
/* mira bigint to C long long */
-long long get_int(word x)
+long long big_toll(word x)
{
long long n = digit0(x);
word sign = big_is_negative(x);