From 9cd105b66713a381d4e2c72489cdeb2261418d65 Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Wed, 4 Feb 2009 05:42:56 +0000 Subject: [PATCH] Move these from scheme to scheme/base. svn: r13407 --- collects/stxclass/private/rep-data.ss | 3 ++- collects/stxclass/private/rep.ss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/collects/stxclass/private/rep-data.ss b/collects/stxclass/private/rep-data.ss index 73ebb8a08c..782ad61126 100644 --- a/collects/stxclass/private/rep-data.ss +++ b/collects/stxclass/private/rep-data.ss @@ -1,8 +1,9 @@ -#lang scheme +#lang scheme/base (require (for-template "kws.ss") (for-template scheme/base) scheme/contract + scheme/match syntax/boundmap syntax/stx "../util.ss") diff --git a/collects/stxclass/private/rep.ss b/collects/stxclass/private/rep.ss index 62fc25040e..0f76109b18 100644 --- a/collects/stxclass/private/rep.ss +++ b/collects/stxclass/private/rep.ss @@ -1,7 +1,8 @@ -#lang scheme +#lang scheme/base (require (for-template "kws.ss") (for-template scheme/base) scheme/contract + scheme/match syntax/boundmap syntax/stx "../util.ss"