Update of /project/closure/cvsroot/closure In directory common-lisp.net:/tmp/cvs-serv3228
Modified Files: closure.asd Log Message: Make it compile under sbcl. Re-enable the WARNING hack in closure.asd, and remove one or two uses of non-standard-chars in code.
Date: Mon Jun 13 12:14:22 2005 Author: crhodes
Index: closure/closure.asd diff -u closure/closure.asd:1.4 closure/closure.asd:1.5 --- closure/closure.asd:1.4 Sun Mar 13 21:54:52 2005 +++ closure/closure.asd Mon Jun 13 12:14:22 2005 @@ -47,14 +47,12 @@ (handler-bind ((sb-ext:compiler-note #'muffle-warning)) (call-next-method)))
-#| ;;; Convenience feature: will stop it from breaking into the debugger ;;; under sbcl for full WARNINGs (better to fix the warnings :-). #+sbcl (defmethod perform :around ((o compile-op) s) (setf (operation-on-failure o) :warn) (call-next-method o s)) -|#
(defpackage :glisp (:use)) (asdf:defsystem glisp