X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-1.lisp;h=23fe97202726538fe674c7ef7c80b852947ca880;hb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;hp=549c50df05aa7f691589c650dfa229b9107fc2a7;hpb=577487adfc43408ef5fba0ce118b961407e33494;p=sbcl.git diff --git a/make-host-1.lisp b/make-host-1.lisp index 549c50d..23fe972 100644 --- a/make-host-1.lisp +++ b/make-host-1.lisp @@ -15,6 +15,9 @@ (set-dispatch-macro-character #\# #\+ #'she-reader) (set-dispatch-macro-character #\# #\- #'she-reader) +;; Supress function/macro redefinition warnings under clisp. +#+clisp (setf custom:*suppress-check-redefinition* t) + (load-or-cload-xcompiler #'host-cload-stem) ;;; Let's check that the type system, and various other things, are