unbreak check syntax
This commit is contained in:
parent
0f8d66b29f
commit
6e83f84b1d
|
@ -379,6 +379,7 @@
|
|||
(define (handle-phaseless-spec stx level)
|
||||
(define adjusted-level (and level (+ level level-of-enclosing-module)))
|
||||
(define require-ht (hash-ref! phase-to-requires
|
||||
adjusted-level
|
||||
(λ ()
|
||||
(define h (make-hash))
|
||||
(hash-set! phase-to-requires adjusted-level h)
|
||||
|
|
Loading…
Reference in New Issue
Block a user