Fix types/initforms
[reversi.git] / reversi.asd
index a6541f3884bc3c6bb15242ad3bc7553d271f72d0..37134a1e38e77622aab1ccd65969d149781290d3 100644 (file)
@@ -8,16 +8,17 @@
 ;;;;  Programer:      Kevin M. Rosenberg
 ;;;;  Date Started:   1 Nov 2001
 ;;;;
-;;;; $Id: reversi.asd,v 1.3 2003/05/06 15:51:20 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 :asdf)
+(defpackage #:reversi-system (:use #:asdf #:cl))
+(in-package #:reversi-system)
 
 #+(and allegro linux (not allegro-cl-trial)) (require :climxm)
 #+(and allegro mswindows (not allegro-cl-trial)) (require :climnt)