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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.