Skip to content

Commit

Permalink
compare: cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
scymtym committed Jul 11, 2024
1 parent 6f1bc69 commit a5c63f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/compare/float-integer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(list* (float-hex-digits (float-type (iterator-interval iterator)))
result)))
(not result))
(error (condition)
(error ()
(format stream "~:@<#x~x :error~:@>~%"
(iterator-bits iterator))
nil)))
Expand Down
3 changes: 1 addition & 2 deletions code/compare/integer-float.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
(list* (float-hex-digits (float-type (iterator-interval iterator)))
result)))
(not result))
(error (condition)
(declare (ignore condition))
(error ()
(format stream "~:@<#x~x :error~:@>~%" (iterator-bits iterator))
nil)))

Expand Down

0 comments on commit a5c63f2

Please sign in to comment.