From d77b1654b5c57eadb66b72265d8a264ad7491b1b Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 10 Oct 2006 14:58:00 +0000 Subject: [PATCH] use only instead of rename svn: r4543 --- collects/lazy/lazy.ss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/lazy/lazy.ss b/collects/lazy/lazy.ss index 674f14411f..cd89de73e4 100644 --- a/collects/lazy/lazy.ss +++ b/collects/lazy/lazy.ss @@ -646,8 +646,7 @@ ;; -------------------------------------------------------------------------- ;; (lib "etc.ss") functionality - (require (rename (lib "etc.ss") boolean=? boolean=?) - (rename (lib "etc.ss") symbol=? symbol=?)) + (require (only (lib "etc.ss") boolean=? symbol=?)) (define* true #t) (define* false #f)