Skip to content

Commit

Permalink
fix unwind-protect/safe
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj committed Mar 6, 2013
1 parent 7ed4f46 commit f7b1fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfarm-common/unwind-protect.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
(setf ,finishedp t)))
(when (not ,finishedp)
,abort))))
(main main)
(main `(with-interrupts ,main))
(cleanup `(progn ,cleanup nil))
(abort nil)
(t nil)))))
Expand Down

0 comments on commit f7b1fdc

Please sign in to comment.