diff options
Diffstat (limited to 'module/ice-9/sandbox.scm')
-rw-r--r-- | module/ice-9/sandbox.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/ice-9/sandbox.scm b/module/ice-9/sandbox.scm index b2c0658e9..26958cce4 100644 --- a/module/ice-9/sandbox.scm +++ b/module/ice-9/sandbox.scm @@ -1082,7 +1082,8 @@ allocation limit is exceeded, an exception will be thrown to the bitvector bitvector->list bitvector-length - bitvector-ref + bitvector-bit-set? + bitvector-bit-clear? bitvector? list->bitvector make-bitvector))) |