Making the main module compatible with tool and mod lang

svn: r15284
This commit is contained in:
Jay McCarthy 2009-06-25 22:20:23 +00:00
parent 64788e380a
commit 7bd2ae1094

View File

@ -1,2 +1,2 @@
(module main "frtime.ss"
(provide (all-from "frtime.ss")))
(module main "frtime-big.ss"
(provide (all-from "frtime-big.ss")))