From c6310e38125bfc4cba4ac8dff25d8637077edf11 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 20 Apr 2002 22:55:02 +0000 Subject: [PATCH] r1784: refined reader macro --- test-suite/acl-compat-tester.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-suite/acl-compat-tester.cl b/test-suite/acl-compat-tester.cl index 08c5160..14b6bc9 100644 --- a/test-suite/acl-compat-tester.cl +++ b/test-suite/acl-compat-tester.cl @@ -24,7 +24,7 @@ ;; Place, Suite 330, Boston, MA 02111-1307 USA ;; ;;;; from the original ACL 6.1 sources: -;; $Id: acl-compat-tester.cl,v 1.2 2002/04/19 20:25:20 marc.battyani Exp $ +;; $Id: acl-compat-tester.cl,v 1.3 2002/04/20 22:55:02 kevin Exp $ (defpackage :util.test @@ -50,7 +50,7 @@ (in-package :util.test) -#-lispworks +#+cmu (unless (find-class 'break nil) (define-condition break (simple-condition) ())) -- 2.34.1