Automated commit for debian release 6.7.2-1
[clsql.git] / db-aodbc / aodbc-package.lisp
index aa7cca8f98a9cbe671b639ec5ae75e46e85fd58a..40d08f5db6b2d2904f533490b3ccd58712397c7e 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: aodbc-package.lisp,v 1.4 2003/05/07 02:45:08 kevin Exp $
-;;;;
 ;;;; 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-sys)
+    (:use #:common-lisp #:clsql-sys)
     (:export #:aodbc-database)
     (:documentation "This is the CLSQL interface to Allegro's AODBC"))