SB!C => SB-C

This commit is contained in:
Charles Zhang 2020-01-19 17:59:53 -08:00
parent 9bc06671be
commit 6decf8f335

View file

@ -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)))