X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;h=dcb0e28f60c2ad90eae86c9d57bbbecf386e082e;hp=9ac0fde7b8a46e156f1b131a7793318b87b78cfc;hb=7d50938ba2db52a713498e49aa1679deae6f0b6b;hpb=998937376fa6f9ce29bd3c7954fb0ebca91c37d7 diff --git a/clsql-base.asd b/clsql-base.asd index 9ac0fde..dcb0e28 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.14 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.15 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -41,11 +41,6 @@ (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface")))))) -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-base)))) - "cl") - #+(or allegro lispworks cmu openmcl mcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql-base))))