chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
42ece59
)
dot/lisp-init.lisp: Make ABCL shut up about redefinition.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 24 Jul 2020 22:37:20 +0000
(23:37 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 0447d1ec509ba3c5e5b233347f6c59419babe182..08dce6e826e8ad65ca4e364a61ea40a8a26be01a 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-34,6
+34,9
@@
(let ((old-output *standard-output*)
#+ccl
(setf ccl::*inhibit-greeting* t)
#+ccl
(setf ccl::*inhibit-greeting* t)
+#+abcl
+(setf ext:*warn-on-redefinition* nil)
+
;; Obtain ASDF from somewhere.
(require "asdf")
;; Obtain ASDF from somewhere.
(require "asdf")