From 1d04a1d94b88f88e0e8fd4b7031457c69d83de8c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 16 Jun 2015 19:15:57 -0700 Subject: [PATCH] Remove without-interrupts from runtime/gdbm.scm. It was only used to postpone aborts that would leak gdbfs. --- src/runtime/gdbm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/gdbm.scm b/src/runtime/gdbm.scm index bb9f43f34..b8d324d54 100644 --- a/src/runtime/gdbm.scm +++ b/src/runtime/gdbm.scm @@ -58,7 +58,7 @@ USA. (if (not (gdbm-available?)) (error "This Scheme system was built without gdbm support.")) (let ((filename (->namestring (merge-pathnames filename)))) - (without-interrupts + (without-interruption (lambda () (add-to-gc-finalizer! gdbf-finalizer -- 2.25.1