diff --git a/racket/src/racket/gc2/xform.rkt b/racket/src/racket/gc2/xform.rkt index a9ff6dba26..bd795249c3 100644 --- a/racket/src/racket/gc2/xform.rkt +++ b/racket/src/racket/gc2/xform.rkt @@ -103,6 +103,11 @@ (use-compiled-file-paths '("compiled")) (current-library-collection-paths (list (build-path (build-path (current-directory) rel-dir) "xform-collects"))) + + (let ([ns (make-empty-namespace)]) + (dynamic-require ''#%builtin #f) + (namespace-attach-module (current-namespace) ''#%builtin ns) + (current-namespace ns)) (error-print-width 100)