X-Git-Url: http://git.kpe.io/?p=reversi.git;a=blobdiff_plain;f=package.lisp;h=ee2cd6ac549375afabed076246d27344fd4c42be;hp=a57438e130af6f3b675b90fc68432a336817f7e9;hb=9dbc5a868c52636d162d1992a516033d7b3f7e8f;hpb=7cfee574bbcb97546f6b30a68cef6f9578f691f6 diff --git a/package.lisp b/package.lisp index a57438e..ee2cd6a 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programer: Kevin M. Rosenberg ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: package.lisp,v 1.4 2002/10/27 22:04:56 kevin Exp $ +;;;; $Id: package.lisp,v 1.5 2003/05/06 16:17:53 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; @@ -16,11 +16,10 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** - (in-package #:cl-user) (defpackage #:reversi - (:use #:common-lisp #:common-lisp-user + (:use #:common-lisp #+clisp #:ext #+clim #:clim #+clim #:clim-sys)