slackbuilds/network/nyxt/003-fset-sb-int.patch

12 lines
332 B
Diff

--- nyxt-3.11.7-origin/_build/fset/Code/port.lisp
+++ nyxt-3.11.7/_build/fset/Code/port.lisp
@@ -348,7 +348,7 @@
`(if (null ,x) 0 (cl:length ,x))))
#+sbcl
(defmacro length-nv (x)
- (sb-ext::once-only ((x x))
+ (sb-int::once-only ((x x))
`(if (null ,x) 0 (cl:length ,x))))
#-(or cmu scl sbcl)
(defmacro length-nv (x)