diff options
| author | 2025-08-05 18:48:07 -0400 | |
|---|---|---|
| committer | 2025-08-05 18:48:07 -0400 | |
| commit | b2d20f903a9de21e89b15b512123f6ff9aca3504 (patch) | |
| tree | b545b95f858344fa7b6061b7d04a951f55e9e81e /lib/r7rs-single-threaded.scm | |
| parent | add chibi (diff) | |
remove inspect-test-info procedure from mutexes so that it can itself lock mutexes if desired
Diffstat (limited to '')
| -rw-r--r-- | lib/r7rs-single-threaded.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/r7rs-single-threaded.scm b/lib/r7rs-single-threaded.scm index efa91c9..f3138e8 100644 --- a/lib/r7rs-single-threaded.scm +++ b/lib/r7rs-single-threaded.scm @@ -26,6 +26,7 @@ (dto test-info-dto) (dict test-info-dict set-test-info-dict!)) +(define (test-info-mutex x) #f) (define (mutex-lock! x) #f) (define (mutex-unlock! x) #f) |
