Replaced mistaken #f with srcloc.
svn: r17730
This commit is contained in:
parent
9fbf023d90
commit
2f2068356c
|
@ -9,7 +9,8 @@
|
|||
"base.ss"
|
||||
scheme/contract/exists
|
||||
"guts.ss"
|
||||
unstable/location)
|
||||
unstable/location
|
||||
unstable/srcloc)
|
||||
|
||||
(define-syntax (verify-contract stx)
|
||||
(syntax-case stx ()
|
||||
|
@ -696,7 +697,7 @@
|
|||
'not-enough-info-for-blame
|
||||
'not-enough-info-for-blame
|
||||
'#f
|
||||
'#f))
|
||||
(build-source-location #f)))
|
||||
ctcs
|
||||
vals)))))])
|
||||
struct:struct-name))
|
||||
|
|
Loading…
Reference in New Issue
Block a user