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:
parent
1083a31965
commit
ea612d255f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user