mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-09 23:16:41 -04:00
SB!C => SB-C
This commit is contained in:
parent
9bc06671be
commit
6decf8f335
|
|
@ -11,7 +11,7 @@
|
|||
(load-or-cload-xcompiler #'host-cload-stem)
|
||||
|
||||
(defun xc-compile-file (file)
|
||||
(sb!c::init-xc-policy)
|
||||
(sb!xc:with-compilation-unit ()
|
||||
(sb!xc:compile-file file :trace-file *standard-output*)
|
||||
(setf sb!c::*undefined-warnings* nil)))
|
||||
(sb-c::init-xc-policy)
|
||||
(sb-xc:with-compilation-unit ()
|
||||
(sb-xc:compile-file file :trace-file *standard-output*)
|
||||
(setf sb-c::*undefined-warnings* nil)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue