removed earlier module language fix because it wasn't really a fix ...
svn: r3441
This commit is contained in:
parent
c345c8eef2
commit
98c5c33845
|
@ -404,7 +404,16 @@
|
|||
(check-filename-matches filename
|
||||
(syntax-object->datum (syntax name))
|
||||
unexpanded-stx))
|
||||
(let ([new-name (build-name filename)])
|
||||
|
||||
|
||||
(values v-name
|
||||
stx)
|
||||
|
||||
;; this isn't working ...
|
||||
#;
|
||||
(let ([new-name (if filename
|
||||
(build-name filename)
|
||||
v-name)])
|
||||
(values new-name
|
||||
#`(module #,new-name lang (#%plain-module-begin bodies ...)))))]
|
||||
[else
|
||||
|
|
Loading…
Reference in New Issue
Block a user