X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=connect.lisp;h=bbf7ae76a359232dead340d80aabbffb1f2b5e20;hb=0817a8721cbefca2205dcde535ff6b164033abef;hp=d1b3789c91e609cbbce24d459e461a1e2b079c5d;hpb=84f9a22269a37d2d58bdb0f6211f8757855c18ab;p=hyperobject.git diff --git a/connect.lisp b/connect.lisp index d1b3789..bbf7ae7 100644 --- a/connect.lisp +++ b/connect.lisp @@ -7,15 +7,12 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: connect.lisp,v 1.2 2002/12/02 15:57:17 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of Hyperobject-SQL, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* -(in-package :hyperobject) -(eval-when (:compile-toplevel :execute) - (declaim (optimize (speed 2) (safety 2) (compilation-speed 0) (debug 2)))) +(in-package #:hyperobject) (defvar *ho-sql-db* "ho") (defun ho-sql-db ()