Raymond Toy pushed to branch issue-166-integer-decode-float-min-float at cmucl / cmucl
Commits: f1393af8 by Raymond Toy at 2023-02-27T07:14:42-08:00 Ignore the condition arg; we don't use it.
Also remove the call to `describe` that was used for debugging.
- - - - -
1 changed file:
- src/bootfiles/21d/boot-2021-07-1.lisp
Changes:
===================================== src/bootfiles/21d/boot-2021-07-1.lisp ===================================== @@ -10,8 +10,7 @@ (ext:without-package-locks (handler-bind ((error (lambda (c) - ;;(declare (ignore c)) - (describe c) + (declare (ignore c)) (invoke-restart 'lisp::unintern-conflicting-symbols)))) (export '(DOUBLE-FLOAT-INT-EXPONENT SINGLE-FLOAT-INT-EXPONENT))))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f1393af8f1c50e2fade81a6c...