From 203cd32031b5f8be5d821915ed5806160d795913 Mon Sep 17 00:00:00 2001 From: Stevie Strickland <sstrickl@racket-lang.org> Date: Fri, 11 Sep 2009 19:47:27 +0000 Subject: [PATCH] Changing from stxclass to syntax/parse. svn: r15979 original commit: 538cc8862faf3dc21fcde6e1b3227554b7fb0a5e --- collects/mzlib/unit.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/unit.ss b/collects/mzlib/unit.ss index fcca03b..61be0f6 100644 --- a/collects/mzlib/unit.ss +++ b/collects/mzlib/unit.ss @@ -1,10 +1,10 @@ (module unit mzscheme (require-for-syntax mzlib/list - stxclass syntax/boundmap syntax/context syntax/kerncase syntax/name + syntax/parse syntax/struct syntax/stx "private/unit-contract-syntax.ss"