Raymond Toy pushed to branch issue-166-integer-decode-float-min-float at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/bootfiles/21d/boot-2021-07-1.lisp
    ... ... @@ -10,8 +10,7 @@
    10 10
     (ext:without-package-locks
    
    11 11
       (handler-bind
    
    12 12
           ((error (lambda (c)
    
    13
    -		;;(declare (ignore c))
    
    14
    -		(describe c)
    
    13
    +		(declare (ignore c))
    
    15 14
     		(invoke-restart 'lisp::unintern-conflicting-symbols))))
    
    16 15
         (export '(DOUBLE-FLOAT-INT-EXPONENT
    
    17 16
     	      SINGLE-FLOAT-INT-EXPONENT))))