From 9acea53ecd4377a98250f52517ed0f00a108f103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 30 Sep 2011 15:16:02 +0200 Subject: [PATCH] Add link to the (ice-9 match) bug. * module/ice-9/match.scm: Add comment. --- module/ice-9/match.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/module/ice-9/match.scm b/module/ice-9/match.scm index 0384f69fc..2753ebe4e 100644 --- a/module/ice-9/match.scm +++ b/module/ice-9/match.scm @@ -58,6 +58,7 @@ ;; file. (include-from-path "ice-9/match.upstream.scm") +;; Patch to work around . (define-syntax match (syntax-rules () ((match)