moved unstable/{location,srcloc} to syntax collection

fixed bugs in unstable/wrapc

original commit: 7828a7bfa78ac6591ea7074cdf85f3cd0ca12baf
This commit is contained in:
Ryan Culpepper 2011-04-07 21:00:06 -06:00
parent 204edd24c6
commit 65864ac0a3
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
(provide define/contract)
(require (for-syntax racket/base
unstable/srcloc
syntax/srcloc
(prefix-in a: racket/contract/private/helpers))
(only-in racket/contract/private/base contract))

View File

@ -10,7 +10,7 @@
syntax/struct
scheme/struct-info
syntax/stx
unstable/location
syntax/location
"private/unit-contract-syntax.rkt"
"private/unit-compiletime.rkt"
"private/unit-syntax.rkt"))
@ -18,7 +18,7 @@
(require mzlib/etc
racket/contract/base
scheme/stxparam
unstable/location
syntax/location
"private/unit-contract.rkt"
"private/unit-keywords.rkt"
"private/unit-runtime.rkt"