From: Kevin M. Rosenberg Date: Sun, 18 Aug 2002 04:08:56 +0000 (+0000) Subject: r2300: Autocommit for make-debian X-Git-Tag: v3.8.6~964 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=8656ec59dfa754f759f8f946efe534f0b6734d95 r2300: Autocommit for make-debian --- diff --git a/clsql-base.asd b/clsql-base.asd index 66072f3..b39363e 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.1 2002/08/18 02:57:50 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.2 2002/08/18 04:08:56 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,5 +39,4 @@ (:file "conditions" :depends-on ("classes")) (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface"))) - :finally-do ) diff --git a/clsql.asd b/clsql.asd index 3d29edc..d0a643f 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.1 2002/08/18 02:57:50 kevin Exp $ +;;;; $Id: clsql.asd,v 1.2 2002/08/18 04:04:34 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -29,7 +29,7 @@ ;;; System definitions -(unless (find-class 'clsql-cl-source-file) +(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"))