From c2fa37fb2897e1627df6fb95195f570b766ad247 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 7 Dec 2020 19:25:31 -0700 Subject: [PATCH] Try to fix PDF salad mac failure --- src/kiss/SpecialForms.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kiss/SpecialForms.hx b/src/kiss/SpecialForms.hx index dc667e9..6987dd3 100644 --- a/src/kiss/SpecialForms.hx +++ b/src/kiss/SpecialForms.hx @@ -234,7 +234,7 @@ class SpecialForms { EContinue.withMacroPosOf(wholeExp); }; - // TODO (case... ) for switch + // (case... ) for switch map["case"] = (wholeExp:ReaderExp, args:kiss.List, k:KissState) -> { // Most Lisps don't enforce covering all possible patterns with (case...), but Kiss does, // because pattern coverage is a useful feature of Haxe that Kiss can easily bring along.