X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=umlisp.asd;h=0ef049900c9adf1a6ae04b2237aad0ca1afeedf4;hb=3b0cda891f452703d74fe1792aa2c39f662dd38b;hp=86d6b2c4ff40ad3b7ee0e4806b4b12d3930df9a6;hpb=f54a3929ff48745d60d3e127cde866e0b98d5e68;p=umlisp.git diff --git a/umlisp.asd b/umlisp.asd index 86d6b2c..0ef0499 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: umlisp.asd,v 1.8 2002/10/18 03:57:39 kevin Exp $ +;;;; $Id: umlisp.asd,v 1.9 2002/10/18 07:28:57 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -18,7 +18,7 @@ (in-package :asdf) -#+(or allegro lispworks cmu sbcl openmcl) +#+(or allegro lispworks cmu sbcl openmcl scl) (defsystem :umlisp :perform (load-op :after (op umlisp) (pushnew :umlisp cl:*features*))