mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
015514d477
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
332 B
Diff
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)
|