X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=eafc5a8bd292110ac4230d12155dcb6d72d0df8f;hb=a4cc7c882966b6ffa58d78fd4a93f0cf6b73426b;hp=162520037dcc8fa2dff25e74a842302304dc96eb;hpb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448;p=clsql.git diff --git a/clsql.asd b/clsql.asd index 1625200..eafc5a8 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.7 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: clsql.asd,v 1.9 2002/09/19 21:27:54 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -35,5 +35,5 @@ ) (defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql)))) + (s (eql (find-system :clsql)))) "cl")