~ chicken-core (chicken-5) 313f435d60a9c544883af4db43daf0a46233520d
commit 313f435d60a9c544883af4db43daf0a46233520d Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Jan 9 18:17:39 2012 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Jan 9 18:17:39 2012 +0100 removed entry for hash-table-randomization from types.db diff --git a/types.db b/types.db index 3ee83db3..f91decd7 100644 --- a/types.db +++ b/types.db @@ -2468,8 +2468,6 @@ (hash-table-hash-function (#(procedure #:clean #:enforce) hash-table-hash-function ((struct hash-table)) (procedure (* fixnum) fixnum)) (((struct hash-table)) (##sys#slot #(1) '4))) -(hash-table-randomization (#(procedure #:clean #:enforce) hash-table-randomization ((struct hash-table)) fixnum) - (((struct hash-table)) (##sys#slot #(1) '10))) (hash-table-initial (#(procedure #:clean #:enforce) hash-table-initial ((struct hash-table)) *)) (hash-table-keys (#(procedure #:clean #:enforce) hash-table-keys ((struct hash-table)) list)) (hash-table-map (#(procedure #:clean #:enforce) hash-table-map ((struct hash-table) (procedure (* *) *)) list))Trap