r10498: fix number type
[reversi.git] / package.lisp
index 95979167cd6168a4d3ac1624fc39ca23daa571ec..927c4ff62e39b99103bcca067f55c975808ef20f 100644 (file)
@@ -7,20 +7,19 @@
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
 ;;;;
-;;;; $Id: package.lisp,v 1.3 2002/10/25 13:09:11 kevin Exp $
+;;;; $Id$
 ;;;;
-;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg 
+;;;; This file is Copyright (c) 2001-2003 by Kevin M. Rosenberg 
 ;;;;
 ;;;; Reversi 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.
 ;;;;***************************************************************************
 
-
 (in-package #:cl-user)
 
 (defpackage #:reversi
-  (:use #:common-lisp #:common-lisp-user 
+  (:use #:common-lisp
        #+clisp #:ext
        #+clim #:clim
        #+clim #:clim-sys)
@@ -46,6 +45,5 @@
    #:modified-weighted-squares
 
    #:text-reversi
-   #+clim #:gui-reversi
+   #+clim #:clim-reversi
 ))
-