don't export old-case from racket/base

Reverts a change that was accidentally included in the set-of-scopes
switch.
This commit is contained in:
Matthew Flatt 2015-07-20 14:44:54 -06:00
parent 1083a31965
commit ea612d255f

View File

@ -149,7 +149,7 @@
stx)
(raise-syntax-error #f "bad syntax" stx)))))
(#%provide (all-from-except "more-scheme.rkt" fluid-let)
(#%provide (all-from-except "more-scheme.rkt" old-case fluid-let)
(all-from-except "misc.rkt" collection-path collection-file-path)
(all-from "define.rkt")
(all-from-except "letstx-scheme.rkt" -define -define-syntax -define-struct old-cond)