Revert "work around an internal module-instantation bug"

This reverts commit bd75b17a23.

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.
This commit is contained in:
Matthew Flatt 2012-05-16 10:41:31 -06:00
parent ca33321aa7
commit 662ede2bd2

View File

@ -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)