X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=ac2fb352d32265010d3eed499711d404a7649317;hb=1be7d8c85a999bfa474c90bef8d978085c12460e;hp=c60ec628b0d2967c9d459134c76d5bac64c44994;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql.asd b/clsql.asd index c60ec62..ac2fb35 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.3 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql.asd,v 1.5 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,13 +28,8 @@ ;;; System definitions -(unless (ignore-errors (find-class 'clsql-cl-source-file)) - (defclass clsql-cl-source-file (cl-source-file) ()) - (defmethod source-file-type ((c clsql-cl-source-file) (s module)) - "cl")) (defsystem clsql - :default-component-class clsql-cl-source-file :pathname #.(format nil "~A:clsql;" +clsql-logical-host+) :perform (load-op :after (op clsql) (pushnew :clsql cl:*features*)) @@ -47,3 +42,8 @@ (:file "usql" :depends-on ("sql"))) :depends-on (:clsql-base) ) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql)))) + "cl") +