From 7af6b3a49a917a8412c4e305084970f806282493 Mon Sep 17 00:00:00 2001 From: Vasily Postnicov Date: Sun, 19 May 2024 06:33:44 +0300 Subject: [PATCH] Fix compilation on not yet released SBCL --- src/init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.lisp b/src/init.lisp index 8675ee8..194d6aa 100644 --- a/src/init.lisp +++ b/src/init.lisp @@ -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)