missing compile time function darwin arm64 2.6.6
Andrew Wolven <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.devel |
|---|---|
| Message-ID | <CANhGVvRRbL1D2UHyFMPtSm9qw_+KKq2V6VXVrHx=KjfC+=J2Ow@mail.gmail.com> |
(defun foo (a b c) (+ a b c)) (defun test () (apply #'foo (reverse (list 1 2 3)))) ; in: DEFUN TEST ; (APPLY #'FOO (REVERSE (LIST 1 2 3))) ; ; caught STYLE-WARNING: ; Lisp error during constant folding: ; The function SB-C::REVERSE-VALUES-LIST is undefined. ; ; compilation unit finished ; caught 1 STYLE-WARNING condition _______________________________________________ Sbcl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-devel