Automated commit for debian release 6.7.2-1
[clsql.git] / db-aodbc / aodbc-package.lisp
index 18c336af6d4cd053900a7cf6a3c058a6ad6fb028..40d08f5db6b2d2904f533490b3ccd58712397c7e 100644 (file)
@@ -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
 
 (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"))