slackbuilds_ponce/network/nyxt/003-fset-sb-int.patch
Willy Sudiarto Raharjo 015514d477
network/nyxt: Updated for version 3.11.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-16 10:32:25 +07:00

11 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)