X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-odbc.asd;h=5913bede6092b975d60873a67b0a567cd7c39eff;hp=82b3fbd7fd5482cbc12de9c39868dd9abcc56512;hb=aa707c93f55554dc5447c58f24e1b3ad4c01f0b9;hpb=8a8ee2d7d791b7a3efaed06420802a925d16fca3 diff --git a/clsql-odbc.asd b/clsql-odbc.asd index 82b3fbd..5913bed 100644 --- a/clsql-odbc.asd +++ b/clsql-odbc.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Created: April 2004 ;;;; -;;;; $Id: clsql-odbc.asd 8850 2004-04-07 16:07:46Z kevin $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 200d42 by Kevin M. Rosenberg ;;;; @@ -19,7 +19,6 @@ (defpackage #:clsql-odbc-system (:use #:asdf #:cl)) (in-package #:clsql-odbc-system) -#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem clsql-odbc :name "clsql-odbc" :author "Kevin M. Rosenberg "