scribble: fix binding search for phase 1 through initial import

Changing the implementation of `racket' in terms of `racket/base'
exposed this bug.

original commit: f3a7833dcf7a87b885ab562f06727fde050cb95a
This commit is contained in:
Matthew Flatt 2013-05-07 08:30:36 -04:00
parent 9097b87aca
commit 8a3c287eb6

View File

@ -158,9 +158,9 @@
(list-ref m 3)) (list-ref m 3))
(list (module-path-index-rejoin m mod) (list (module-path-index-rejoin m mod)
id id
0 defn-phase
0 import-phase
0))) export-phase)))
(reverse (cadr a))) (reverse (cadr a)))
rqueue) rqueue)
need-result?) need-result?)