[Git][cmucl/cmucl][issue-166-integer-decode-float-min-float] Ignore the condition arg; we don't use it.
Raymond Toy (@rtoy)
gitlab at common-lisp.net
Mon Feb 27 15:15:52 UTC 2023
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/f1393af8f1c50e2fade81a6cdecced7c4a47233a
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f1393af8f1c50e2fade81a6cdecced7c4a47233a
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230227/818497b7/attachment.html>
More information about the cmucl-cvs
mailing list