no message

original commit: 13ff4cd604078dbaac6a6556ebce8f931d2dfba2
This commit is contained in:
Robby Findler 2001-04-23 00:42:44 +00:00
parent f539517894
commit de8160e521

View File

@ -112,7 +112,7 @@
"") "")
"")) ""))
(define not-break? (lambda (x) (not (exn:misc:user-break? x)))) (define not-break? (lambda (x) (not (exn:break? x))))
; One lock for all hash table operations is good enough ; One lock for all hash table operations is good enough
(define ht-lock (make-semaphore 1)) (define ht-lock (make-semaphore 1))