X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=base%2Fpackage.lisp;h=32115980441d9cac311d02346b87c44fb7f9376f;hp=18ce31b9889c02d60d44d16f00abcf187ab77225;hb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;hpb=998937376fa6f9ce29bd3c7954fb0ebca91c37d7 diff --git a/base/package.lisp b/base/package.lisp index 18ce31b..3211598 100644 --- a/base/package.lisp +++ b/base/package.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -18,15 +18,14 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) -(in-package :cl-user) +(in-package #:cl-user) ;;;; This file makes the required package definitions for CLSQL's ;;;; core packages. (eval-when (:compile-toplevel :load-toplevel :execute) -(defpackage :clsql-base-sys - (:use :common-lisp) +(defpackage #:clsql-base-sys + (:use #:cl) (:export ;; "Private" exports for use by interface packages #:check-connection-spec