X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=clsql-base.asd;h=48c68a23b9259c8c3e170ff27a89609be6d1bb13;hb=2434b58ef00a7f6c5915c86b25a891c4adda79e4;hp=c45a806636a77db87437663feee2e3f31df543e7;hpb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448;p=clsql.git diff --git a/clsql-base.asd b/clsql-base.asd index c45a806..48c68a2 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.10 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.11 2002/09/18 07:50:01 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -33,6 +33,6 @@ (:file "initialize" :depends-on ("db-interface")))))) (defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-base)))) + (s (eql (find-system :clsql-base)))) "cl")