Skip to content

Commit

Permalink
Fix compilation on not yet released SBCL
Browse files Browse the repository at this point in the history
  • Loading branch information
shamazmazum authored and andy128k committed May 19, 2024
1 parent 6b30d05 commit 4908a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@
(destroy-data :pointer)
(connect-flags connect-flags))

#+sbcl (sb-ext::set-floating-point-modes :traps nil)
#+sbcl (sb-int:set-floating-point-modes :traps nil)

0 comments on commit 4908a84

Please sign in to comment.