X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=d0a643fb8e03c1e3f2ee4cec52f49d5284fabc2c;hb=487cdc827a06b7c99b084ed1b9b9a2278e0568d3;hp=3d29edca90114eba89dc12540f5315e115d0928d;hpb=1776004eedb08c52fe909be73a9d34900808e172;p=clsql.git 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"))