From bd75b17a230ab27456307bb60aaa50430e3dd15f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 16 May 2012 09:42:23 -0600 Subject: [PATCH] work around an internal module-instantation bug Tracking down the bug is taking a while, so I'm pushing a workaround for now. --- collects/honu/core/private/macro2.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/honu/core/private/macro2.rkt b/collects/honu/core/private/macro2.rkt index 04f0ab2ca8..20e30e60ca 100644 --- a/collects/honu/core/private/macro2.rkt +++ b/collects/honu/core/private/macro2.rkt @@ -21,7 +21,7 @@ "literals.rkt" "syntax.rkt" "debug.rkt" - (for-meta -1 "literals.rkt" "compile.rkt" "parse2.rkt" "parse-helper.rkt") + (for-meta -1 "literals.rkt" "compile.rkt" "parse-helper.rkt" "parse2.rkt") #; (for-syntax "honu-typed-scheme.rkt") syntax/parse)