File tree Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Expand file tree Collapse file tree 4 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 7373 (else))
7474
7575 (begin
76- (define-syntax not-on-r6rs
77- (syntax-rules ()
78- ((_ body_0 body_1 ...) (begin body_0 body_1 ...))))
79-
8076 (define (void . ignored ) (if #f #f ))
8177 (define (hash-truncate h ) (bitwise-and (abs h) #xFFFFFFFF ))
8278
Original file line number Diff line number Diff line change 707707 ht_1)
708708
709709(define (hash-table= value=? ht_1 ht_2 )
710- (not-on-r6rs
711- (unless (eqv? (hash-table-same?-function ht_1)
712- (hash-table-same?-function ht_2))
713- (assertion-violation 'hash-table=
714- " hash tables have different equality predicates"
715- ht_1 ht_2)))
716710 (and
717711 ; ; check every association in ht_1 has a corresponding association
718712 ; ; in ht_2
Original file line number Diff line number Diff line change 7171 (srfi :250 internal include)
7272 (srfi :250 internal immutable))
7373
74- (define-syntax not-on-r6rs
75- (syntax-rules ()
76- ((_ body_0 body_1 ...) (begin))))
7774 (define (void . ignored ) (if #f #f ))
7875 (define (hash-truncate h ) (bitwise-and (abs h) #xFFFFFFFF ))
7976
Original file line number Diff line number Diff line change 7878 hash-table-difference!
7979 hash-table-xor!))
8080
81- (define-syntax not-on-r6rs
82- (syntax-rules ()
83- ((_ body_0 body_1 ...) (begin body_0 body_1 ...))))
84-
8581(define (void . ignored ) (if #f #f ))
8682(define (hash-truncate h ) (bitwise-and (abs h) #xFFFFFFFF ))
8783(define-record-type (hash-table %make-hash-table hash-table?)
You can’t perform that action at this time.
0 commit comments