X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=d9135d5cc05626ed4d110ad03d2f7756e64ed8d3;hb=163babeb30a614632f95baf869f9cff19c6496f4;hp=d8c4bf0390341ae679aa874ce1561b3c3507ae20;hpb=eaad3792a9bf28ec7bfe579f9f0955d213e014f0;p=pipes.git diff --git a/package.lisp b/package.lisp index d8c4bf0..d9135d5 100644 --- a/package.lisp +++ b/package.lisp @@ -7,18 +7,11 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.2 2002/11/07 20:26:13 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of pipes, is Copyright (c) 2002 by Kevin M. Rosenberg -;;;; -;;;; Pipes users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (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) (defpackage #:pipes (:use #:common-lisp)