diff options
Diffstat (limited to 'big.c')
-rw-r--r-- | big.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |