X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;fp=clsql.system;h=9b3fa3437d17fe12b7e387358876634fb08ec2b4;hb=5adecc7e801e491f5e6bddf0b48a15700dff1b94;hp=059f20ff858396752576f63797ab1dcb607e18fc;hpb=72271d39a364ab849afbf8918cfc7982a59efd57;p=clsql.git diff --git a/clsql.system b/clsql.system index 059f20f..9b3fa34 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.11 2002/05/13 02:06:02 kevin Exp $ +;;;; $Id: clsql.system,v 1.12 2002/05/13 05:24:57 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,7 +44,7 @@ (:file "utils") (:file "functional" :depends-on ("sql")) (:file "usql" :depends-on ("sql"))) - :depends-on (:clsql-base) + :depends-on (:clsql-base :cmucl-compat) :finally-do (pushnew :clsql cl:*features*) )