keep syntax properties at the outer module expression level
svn: r12122
This commit is contained in:
parent
06e5070d2d
commit
518fc3b0a8
|
@ -503,7 +503,7 @@
|
||||||
(when filename (check-filename-matches filename name* stx))
|
(when filename (check-filename-matches filename name* stx))
|
||||||
(let* (;; rewrite the module to use the scheme/base version of `module'
|
(let* (;; rewrite the module to use the scheme/base version of `module'
|
||||||
[mod (datum->syntax #'here 'module mod)]
|
[mod (datum->syntax #'here 'module mod)]
|
||||||
[expr (datum->syntax stx `(,mod ,name ,lang . ,body) stx)])
|
[expr (datum->syntax stx `(,mod ,name ,lang . ,body) stx stx)])
|
||||||
(values name lang expr)))
|
(values name lang expr)))
|
||||||
|
|
||||||
;; get-filename : port -> (union string #f)
|
;; get-filename : port -> (union string #f)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user