Skip to content

Commit

Permalink
Remove floating point invalid operation trap disabling.
Browse files Browse the repository at this point in the history
No longer fails on SBCL 1.0.44/GTK+-2.20.1 and this is not very good practice.
  • Loading branch information
Ramarren committed Dec 3, 2010
1 parent 6271cb8 commit 8fb8d17
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions features.lisp
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
(in-package :cl)

;;; GTK fails on SBCL with FLOATING-POINT-INVALID-OPERATION trap enabled on Linux

#+(and sbcl
ieee-floating-point
(not darwin))
(sb-int:set-floating-point-modes
:traps (remove :invalid (getf (sb-int:get-floating-point-modes) :traps)))

;;;
;;; features
;;;
Expand Down

0 comments on commit 8fb8d17

Please sign in to comment.