mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 19:44:10 +02:00
Use re-export' instead of
export' when re-exporting
`class-of'.
This commit is contained in:
parent
4a68d142ae
commit
5a3ea50184
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
(export
|
||||
instance? slot-ref-using-class
|
||||
slot-set-using-class! slot-bound-using-class?
|
||||
slot-exists-using-class? slot-ref slot-set! slot-bound? class-of
|
||||
slot-exists-using-class? slot-ref slot-set! slot-bound?
|
||||
class-name class-direct-supers class-direct-subclasses
|
||||
class-direct-methods class-direct-slots class-precedence-list
|
||||
class-slots class-environment
|
||||
|
@ -106,6 +106,8 @@
|
|||
method-procedure accessor-method-slot-definition
|
||||
slot-exists? make find-method get-keyword)
|
||||
|
||||
(re-export class-of) ;; from (guile)
|
||||
|
||||
|
||||
(define min-fixnum (- (expt 2 29)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue