mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
Comment
This commit is contained in:
parent
312006bbb2
commit
466dd85969
1 changed files with 3 additions and 0 deletions
|
@ -741,6 +741,9 @@
|
|||
|
||||
(define-method (equal? x y) #f)
|
||||
|
||||
;;; These following two methods are for backward compatibility only.
|
||||
;;; They are not called by the Guile interpreter.
|
||||
;;;
|
||||
(define-method (object-eqv? x y) #f)
|
||||
(define-method (object-equal? x y) (eqv? x y))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue