From d9cfb3e0f486ebb403c2456ac5d8f0b2152dd255 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 20 Sep 2017 22:19:06 +0100 Subject: [PATCH] mdw-base.lisp: Export `case2' correctly. Alas, `optparse.lisp' miscompiles hopelessly if we don't do this. --- mdw-base.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdw-base.lisp b/mdw-base.lisp index 774ea9f..aa14f27 100644 --- a/mdw-base.lisp +++ b/mdw-base.lisp @@ -342,7 +342,7 @@ forms)))) clauses))))) -(export 'caase2) +(export 'case2) (defmacro case2 (vform &body clauses) "VFORM is a form which evaluates to two values, SCRUTINEE and ARGUMENT. The CLAUSES have the form (CASES ([[SCRUVAR] ARGVAR]) FORMS...), where a -- 2.11.0