expander: fix comment
This commit is contained in:
parent
a2ab778ddb
commit
2c58937008
|
@ -255,7 +255,8 @@
|
||||||
(module-begin-k s ctx)))]
|
(module-begin-k s ctx)))]
|
||||||
;; Also, force `post-expansion` to be right, in case 'module-begin
|
;; Also, force `post-expansion` to be right, in case 'module-begin
|
||||||
;; module is triggered within some other mode; a correct value
|
;; module is triggered within some other mode; a correct value
|
||||||
;; for `post-expansion` is important to getting scopes right.
|
;; for `post-expansion` is important to getting phase-specific
|
||||||
|
;; binding right.
|
||||||
[post-expansion #:parent root-expand-context
|
[post-expansion #:parent root-expand-context
|
||||||
(lambda (s) (add-scope s inside-scope))]))
|
(lambda (s) (add-scope s inside-scope))]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user