X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-base.asd;h=f17a1690a533636dde75b617861206b3823dd013;hb=487cdc827a06b7c99b084ed1b9b9a2278e0568d3;hp=b39363e5ac08ea739de117bc8e8356cf5edcbd86;hpb=8656ec59dfa754f759f8f946efe534f0b6734d95;p=clsql.git diff --git a/clsql-base.asd b/clsql-base.asd index b39363e..f17a169 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.2 2002/08/18 04:08:56 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.3 2002/08/18 04:39:59 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,7 +25,12 @@ (when (probe-file helper-pathname) (load helper-pathname))) -;;; 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")) + + ;;; System definitions (defsystem clsql-base :default-component-class clsql-cl-source-file