X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-aodbc%2Faodbc-package.lisp;h=40d08f5db6b2d2904f533490b3ccd58712397c7e;hb=f67c4e2a4e5b8371a1b7c1629828999ff909f538;hp=18c336af6d4cd053900a7cf6a3c058a6ad6fb028;hpb=9bbed78051e80e6ab76ae47834136035602bbbf1;p=clsql.git diff --git a/db-aodbc/aodbc-package.lisp b/db-aodbc/aodbc-package.lisp index 18c336a..40d08f5 100644 --- a/db-aodbc/aodbc-package.lisp +++ b/db-aodbc/aodbc-package.lisp @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -18,13 +16,13 @@ (in-package #:cl-user) -#+allegro -(eval-when (:compile-toplevel :load-toplevel :execute) +#+allegro +(eval-when (:compile-toplevel :load-toplevel :execute) (require :aodbc-v2)) #-allegro (warn "This system requires Allegro's AODBC library to operate") (defpackage #:clsql-aodbc (:nicknames #:aodbc) - (:use #:cl #:clsql-base) + (:use #:common-lisp #:clsql-sys) (:export #:aodbc-database) (:documentation "This is the CLSQL interface to Allegro's AODBC"))