diff options
Diffstat (limited to 'reduce.c')
-rw-r--r-- | reduce.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1933,7 +1933,7 @@ L3: if(arg1==NIL)lexfail(lastarg); case READY(ENTIER_FN): /* floor */ UPLEFT; if(tag[lastarg]==INT)simpl(lastarg); - else simpl(dbltobig(get_dbl(lastarg))); + else simpl(big_fromd(get_dbl(lastarg))); goto DONE; case READY(LOG_FN): /* log */ |