diff options
Diffstat (limited to 'reduce.c')
-rw-r--r-- | reduce.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1938,7 +1938,7 @@ L3: if(arg1==NIL)lexfail(lastarg); case READY(LOG_FN): /* log */ UPLEFT; - if(tag[lastarg]==INT)setdbl(e,biglog(lastarg)); + if(tag[lastarg]==INT)setdbl(e,big_log(lastarg)); else { errno=0; /* to clear */ fa=force_dbl(lastarg); setdbl(e,log(fa)); |