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)