From 7bd2ae1094d5207a2e18f4a2b2c666de7a1ae804 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 25 Jun 2009 22:20:23 +0000 Subject: [PATCH] Making the main module compatible with tool and mod lang svn: r15284 --- collects/frtime/main.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/frtime/main.ss b/collects/frtime/main.ss index 0a7004f5d5..53d7938252 100644 --- a/collects/frtime/main.ss +++ b/collects/frtime/main.ss @@ -1,2 +1,2 @@ -(module main "frtime.ss" - (provide (all-from "frtime.ss"))) +(module main "frtime-big.ss" + (provide (all-from "frtime-big.ss")))