Updated typed scheme to use a module path for blame.
svn: r17754
This commit is contained in:
parent
791178a549
commit
87645ebd11
|
@ -18,6 +18,7 @@
|
||||||
"def-binding.ss"
|
"def-binding.ss"
|
||||||
(for-template
|
(for-template
|
||||||
"internal-forms.ss"
|
"internal-forms.ss"
|
||||||
|
unstable/location
|
||||||
mzlib/contract
|
mzlib/contract
|
||||||
scheme/base))
|
scheme/base))
|
||||||
|
|
||||||
|
@ -257,7 +258,7 @@
|
||||||
([the-variable-reference (generate-temporary #'blame)]
|
([the-variable-reference (generate-temporary #'blame)]
|
||||||
[((new-provs ...) ...) (map (generate-prov stx-defs val-defs #'the-variable-reference) provs)])
|
[((new-provs ...) ...) (map (generate-prov stx-defs val-defs #'the-variable-reference) provs)])
|
||||||
#`(begin
|
#`(begin
|
||||||
(define the-variable-reference (#%variable-reference))
|
(define the-variable-reference (quote-module-path))
|
||||||
#,(env-init-code)
|
#,(env-init-code)
|
||||||
#,(tname-env-init-code)
|
#,(tname-env-init-code)
|
||||||
#,(talias-env-init-code)
|
#,(talias-env-init-code)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user