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 bc5036c..17fdebc 100644
--- a/big.c
+++ b/big.c
@@ -373,7 +373,7 @@ int isnat(word x)
}
/* store C long long as mira bigint */
-word sto_int(long long i)
+word big_fromll(long long i)
{
word sign = 0;