From 3b57e446261e7bdc6248a9a68b7e129b1f2e3604 Mon Sep 17 00:00:00 2001 From: David Brooks Date: Fri, 2 Oct 2009 17:30:40 +0000 Subject: [PATCH] Modified the import of unlib/time such that time-tai->string and time-utc->string are not included. --- base.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.ss b/base.ss index ca4e369..e9041d4 100644 --- a/base.ss +++ b/base.ss @@ -1,5 +1,5 @@ #lang scheme/base - + ; Require/provide aliases ------------------------ (require (planet untyped/unlib:3/require)) @@ -16,7 +16,7 @@ scheme/match srfi/19 srfi/26 - (unlib-in debug exn time)) + (except-in (unlib-in debug exn time) time-utc->string time-tai->string)) ; Configuration --------------------------------