chiark / gitweb /
dot/lisp-init.lisp: Make ABCL shut up about redefinition.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 24 Jul 2020 22:37:20 +0000 (23:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000 (04:34 +0100)
I've tried muffling warnings, but that doesn't seem to work because of
the bizarre way ABCL's compiler works.

dot/lisp-init.lisp

index 0447d1ec509ba3c5e5b233347f6c59419babe182..08dce6e826e8ad65ca4e364a61ea40a8a26be01a 100644 (file)
@@ -34,6 +34,9 @@ (let ((old-output *standard-output*)
 #+ccl
 (setf ccl::*inhibit-greeting* t)
 
+#+abcl
+(setf ext:*warn-on-redefinition* nil)
+
 ;; Obtain ASDF from somewhere.
 (require "asdf")