Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv19592
Modified Files: mcclim.asd Log Message: Revised Lisp syntax module, making a bunch of improvements and added handling of even the craziest lambda lists. Now conses more!
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/04/27 21:37:14 1.56 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/08/13 21:58:46 1.57 @@ -342,7 +342,8 @@ (:file "buffer-streams-tests" :depends-on ("testing")) (:file "rectangle-tests" :depends-on ("testing")) (:file "undo-tests" :depends-on ("testing")) - (:file "lisp-syntax-tests" :depends-on ("testing" "motion-tests")))))) + (:file "lisp-syntax-tests" :depends-on ("testing" "motion-tests")) + (:file "lisp-syntax-swine-tests" :depends-on ("lisp-syntax-tests"))))))
(defsystem :clim :depends-on (:clim-core :goatee-core :clim-postscript :drei-mcclim)