r11657: 25 Apr 2007 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / db-aodbc / aodbc-package.lisp
index 82137e7cc2fa80588777ffa803e15ce11028d32c..171f547528379d7f86ac25a22344e1d573842e90 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: aodbc-package.lisp,v 1.3 2003/05/02 04:42:14 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(in-package :cl-user)
+(in-package #:cl-user)
 
 #+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 :common-lisp :clsql-base-sys)
+(defpackage #:clsql-aodbc
+    (:nicknames #:aodbc)
+    (:use #:common-lisp #:clsql-sys)
     (:export #:aodbc-database)
     (:documentation "This is the CLSQL interface to Allegro's AODBC"))