use only instead of rename
svn: r4543
This commit is contained in:
parent
6a930740f8
commit
d77b1654b5
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user