projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d4312
)
Remove without-interrupts from runtime/gdbm.scm.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Wed, 17 Jun 2015 02:15:57 +0000
(19:15 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:58 +0000
(16:52 -0700)
It was only used to postpone aborts that would leak gdbfs.
src/runtime/gdbm.scm
patch
|
blob
|
history
diff --git
a/src/runtime/gdbm.scm
b/src/runtime/gdbm.scm
index bb9f43f34909142522ac8221d32a93a83a7373b9..b8d324d54270d91c211ce09b00607e431993cdfd 100644
(file)
--- 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-interrupt
s
+ (without-interrupt
ion
(lambda ()
(add-to-gc-finalizer!
gdbf-finalizer