X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=reversi.asd;h=054a0d1b54675814e96aa74f1b8610343ebd90dd;hb=664360fcec4508bd1c7cdac3125370c0fc2988bb;hp=a6541f3884bc3c6bb15242ad3bc7553d271f72d0;hpb=48b1a775e575a66bc154620107a8e27321ea306c;p=reversi.git diff --git a/reversi.asd b/reversi.asd index a6541f3..054a0d1 100644 --- a/reversi.asd +++ b/reversi.asd @@ -8,7 +8,7 @@ ;;;; 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 ;;;; @@ -17,7 +17,8 @@ ;;;; (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)