Raymond Toy pushed to branch issue-287-clean-up-make-float-aux at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/reader.lisp
    ... ... @@ -1868,7 +1868,7 @@ the end of the stream."
    1868 1868
     			   float-format (read-buffer-to-string)))))))
    
    1869 1869
     
    
    1870 1870
       ;; Otherwise the number might fit, so we carefully compute the result.
    
    1871
    -  (handler-case 
    
    1871
    +  (handler-case
    
    1872 1872
           (with-float-traps-masked (:underflow)
    
    1873 1873
             (let* ((ratio (/ (* (expt 10 exponent) number)
    
    1874 1874
                              divisor))