Updated typed scheme to use a module path for blame.

svn: r17754
This commit is contained in:
Carl Eastlund 2010-01-19 10:44:27 +00:00
parent 791178a549
commit 87645ebd11

View File

@ -18,6 +18,7 @@
"def-binding.ss"
(for-template
"internal-forms.ss"
unstable/location
mzlib/contract
scheme/base))
@ -257,7 +258,7 @@
([the-variable-reference (generate-temporary #'blame)]
[((new-provs ...) ...) (map (generate-prov stx-defs val-defs #'the-variable-reference) provs)])
#`(begin
(define the-variable-reference (#%variable-reference))
(define the-variable-reference (quote-module-path))
#,(env-init-code)
#,(tname-env-init-code)
#,(talias-env-init-code)