From 662ede2bd24c70de480807ed242146d0bc04c896 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 16 May 2012 10:41:31 -0600 Subject: [PATCH] Revert "work around an internal module-instantation bug" This reverts commit bd75b17a230ab27456307bb60aaa50430e3dd15f. It would be fine to leave the commit as-is, but I'm reverting to make clear (and as a backup test) that the internal bug is fixed. --- 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 20e30e60ca..04f0ab2ca8 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" "parse-helper.rkt" "parse2.rkt") + (for-meta -1 "literals.rkt" "compile.rkt" "parse2.rkt" "parse-helper.rkt") #; (for-syntax "honu-typed-scheme.rkt") syntax/parse)