Avoid some dependencies for racket/kernel/init.

This is useful when loading without bytecode. Motivated by use in
Pycket, which does not load bytecode.
This commit is contained in:
Sam Tobin-Hochstadt 2018-05-01 11:20:04 -04:00
parent 409ad2d73b
commit ba8c79f502

View File

@ -1,5 +1,5 @@
#lang racket/kernel (module init '#%kernel
(#%require "../private/top-int.rkt") (#%require "../private/top-int.rkt")
(#%provide (all-from racket/kernel) (#%provide (all-from '#%kernel)
#%top-interaction) #%top-interaction))