From 06c0d21709291418242c059d53956f4b164977ea Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 9 Jul 2003 22:12:52 +0000 Subject: [PATCH] r5266: *** empty log message *** --- modlisp.asd | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/modlisp.asd b/modlisp.asd index d7f50f9..1f87e40 100644 --- a/modlisp.asd +++ b/modlisp.asd @@ -7,23 +7,15 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: modlisp.asd,v 1.8 2003/07/08 16:12:03 kevin Exp $ +;;;; $Id: modlisp.asd,v 1.9 2003/07/09 22:12:52 kevin Exp $ ;;;; ************************************************************************* (in-package #:cl-user) -#+(and sbcl (not sb-thread)) -(warn "This package requires the multithreading version of sbcl") - -(eval-when (:compile-toplevel :load-toplevel :execute) - #+sbcl (require :sb-bsd-sockets) - #+lispworks (require "comm") - #+allegro (require :socket)) - (defpackage #:modlisp-system (:use #:cl #:asdf)) (in-package #:modlisp-system) -#+(or allegro clisp cmu lispworks sbcl-thread) +#+(or allegro cmu lispworks sbcl) (defsystem modlisp :depends-on (:kmrcl) :components -- 2.34.1