X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;fp=clsql-base.asd;h=48c68a23b9259c8c3e170ff27a89609be6d1bb13;hp=c45a806636a77db87437663feee2e3f31df543e7;hb=2434b58ef00a7f6c5915c86b25a891c4adda79e4;hpb=c747f26daf759c260968928d125b2750894d4217 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")