blob: d7e35e9cf6f86ff78d2ea5423cd359f1dc1667c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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)
|