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 8c96896..35f27b5 100644
--- a/big.c
+++ b/big.c
@@ -652,7 +652,7 @@ double big_tod(word x)
but is used without surrounding sto_/set)dbl() only in compare() */
/* entier */
-word dbltobig(double x)
+word big_fromd(double x)
{
word s = (x < 0);
word r = make(INT, 0, 0);