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