From 95e781f9c555f193a471b652c3c30af80d58ac4a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 29 Apr 2003 03:55:49 +0000 Subject: [PATCH] r4678: Auto commit for Debian build --- kmrcl.asd | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/kmrcl.asd b/kmrcl.asd index 4c2d1c0..3665dc5 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.27 2003/04/29 03:54:40 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.28 2003/04/29 03:55:49 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,9 +19,8 @@ (defpackage #:kmrcl-system (:use #:asdf #:cl)) (in-package #:kmrcl-system) -#+(or allegro cmucl lispworks sbcl scl) -(eval-when (:compile-toplevel :load-toplevel :execute) - (pushnew :kmr-mop cl:*features*)) +#+(or allegro cmu lispworks sbcl scl) +(pushnew :kmr-mop cl:*features*) (defsystem kmrcl :name "kmrcl" @@ -58,5 +57,5 @@ (oos 'test-op 'kmrcl-tests)) #+kmr-mop -(eval-when (:compile-toplevel :load-toplevel :execute) - (setq cl:*features* (delete :kmr-mop cl:*features*))) +(setq cl:*features* (delete :kmr-mop cl:*features*)) + -- 2.34.1